ImageGear .NET - Updated July 5, 2018
SetOffset Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorHatchline Class : SetOffset Method
Hatch line offset point to be set.
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)

Parameters

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

Reference

ImGearVectorHatchline Class
ImGearVectorHatchline Members
ImGearVectorPoint2D Structure