ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorHatchline Class / SetBasePoint Method
Base point being set.




In This Topic
    SetBasePoint Method
    In This Topic
    Sets the base point of the hatch line.
    Syntax
    'Declaration
     
    Public Sub SetBasePoint( _
       ByVal value As ImGearVectorPoint2D _
    ) 
    'Usage
     
    Dim instance As ImGearVectorHatchline
    Dim value As ImGearVectorPoint2D
     
    instance.SetBasePoint(value)
    public void SetBasePoint( 
       ImGearVectorPoint2D value
    )
    public: void SetBasePoint( 
       ImGearVectorPoint2D value
    ) 
    public:
    void SetBasePoint( 
       ImGearVectorPoint2D value
    ) 

    Parameters

    value
    Base point being set.
    Remarks
    The base point is a start point of the first line in the the hatch.
    See Also