ImageGear for .NET
ImGearPoint Constructor(Int32,Int32)




X coordinate.
Y coordinate.
Initializes a new instance of the ImGearPoint struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal pointX As Integer, _
   ByVal pointY As Integer _
)
'Usage
 
Dim pointX As Integer
Dim pointY As Integer
 
Dim instance As New ImGearPoint(pointX, pointY)
public ImGearPoint( 
   int pointX,
   int pointY
)
public: ImGearPoint( 
   int pointX,
   int pointY
)
public:
ImGearPoint( 
   int pointX,
   int pointY
)

Parameters

pointX
X coordinate.
pointY
Y coordinate.
See Also

Reference

ImGearPoint Structure
ImGearPoint Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback