ImageGear .NET v24.12 - Updated
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)
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

Reference

ImGearVectorHatchline Class
ImGearVectorHatchline Members
ImGearVectorPoint2D Structure