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




In This Topic
    GetOffset Method
    In This Topic
    Returns the hatch line offset.
    Syntax
    'Declaration
     
    Public Function GetOffset() As ImGearVectorPoint2D
    'Usage
     
    Dim instance As ImGearVectorHatchline
    Dim value As ImGearVectorPoint2D
     
    value = instance.GetOffset()
    public ImGearVectorPoint2D GetOffset()
    public: ImGearVectorPoint2D GetOffset(); 
    public:
    ImGearVectorPoint2D GetOffset(); 

    Return Value

    New instance of ImGearVectorPoint2D structure object.
    Remarks
    X and Y offset coordinates specify the distance between lines in the hatch.
    See Also