ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTPolyRuler Interface / SetPoint Method
Index of the point.
The point to set.




In This Topic
    SetPoint Method (IImGearARTPolyRuler)
    In This Topic
    Sets mark's point at the specified index.
    Syntax
    'Declaration
     
    Sub SetPoint( _
       ByVal index As Integer, _
       ByVal point As ImGearPoint _
    ) 
    'Usage
     
    Dim instance As IImGearARTPolyRuler
    Dim index As Integer
    Dim point As ImGearPoint
     
    instance.SetPoint(index, point)
    void SetPoint( 
       int index,
       ImGearPoint point
    )
    void SetPoint( 
       int index,
       ImGearPoint point
    ) 
    void SetPoint( 
       int index,
       ImGearPoint point
    ) 

    Parameters

    index
    Index of the point.
    point
    The point to set.
    See Also