ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearPoint Structure / ImGearPoint Constructor / ImGearPoint Constructor(Int32,Int32)
X coordinate.
Y coordinate.




In This Topic
    ImGearPoint Constructor(Int32,Int32)
    In This Topic
    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