ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorHatchline Class / SetOffset Method
Hatch line offset point to be set.




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

    Parameters

    value
    Hatch line offset point to be set.
    Remarks
    X and Y offset coordinates specify distance between lines in the hatch.
    See Also