ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorHatchline Class / GetBasePoint Method




In This Topic
    GetBasePoint Method
    In This Topic
    Gets a base point of the hatch line.
    Syntax
    'Declaration
     
    Public Function GetBasePoint() As ImGearVectorPoint2D
    'Usage
     
    Dim instance As ImGearVectorHatchline
    Dim value As ImGearVectorPoint2D
     
    value = instance.GetBasePoint()
    public ImGearVectorPoint2D GetBasePoint()
    public: ImGearVectorPoint2D GetBasePoint(); 
    public:
    ImGearVectorPoint2D GetBasePoint(); 

    Return Value

    New instance of ImGearVectorPoint2D structure object.
    Remarks
    The base point is the starting point of the first line in the hatch.
    See Also