ImageGear .NET v24.12 - Updated
GetOffset Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorHatchline Class : GetOffset Method
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

Reference

ImGearVectorHatchline Class
ImGearVectorHatchline Members