ImageGear .NET - Updated
ImGearDoublePoint Constructor(Double,Double)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDoublePoint Structure > ImGearDoublePoint Constructor : ImGearDoublePoint Constructor(Double,Double)
X coordinate.
Y coordinate.
Initializes a new instance of the ImGearDoublePoint struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal pointX As Double, _
   ByVal pointY As Double _
)
'Usage
 
Dim pointX As Double
Dim pointY As Double
 
Dim instance As New ImGearDoublePoint(pointX, pointY)
public ImGearDoublePoint( 
   double pointX,
   double pointY
)
public: ImGearDoublePoint( 
   double pointX,
   double pointY
)
public:
ImGearDoublePoint( 
   double pointX,
   double pointY
)

Parameters

pointX
X coordinate.
pointY
Y coordinate.
See Also

Reference

ImGearDoublePoint Structure
ImGearDoublePoint Members
Overload List