ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPolyline Class / AddPoint Method
The point to add.




In This Topic
    AddPoint Method (ImGearARTPolyline)
    In This Topic
    Adds the specified point.
    Syntax
    'Declaration
     
    Public Sub AddPoint( _
       ByVal point As ImGearPoint _
    ) 
    'Usage
     
    Dim instance As ImGearARTPolyline
    Dim point As ImGearPoint
     
    instance.AddPoint(point)
    public void AddPoint( 
       ImGearPoint point
    )
    public: void AddPoint( 
       ImGearPoint point
    ) 
    public:
    void AddPoint( 
       ImGearPoint point
    ) 

    Parameters

    point
    The point to add.
    See Also