ImageGear .NET v24.12 - Updated
GetBasePoint Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorHatchline Class : GetBasePoint Method
Gets a base point of the hatch line.
Syntax
'Declaration
 
Public Function GetBasePoint() As ImGearVectorPoint2D
'Usage
 
Dim instance As ImGearVectorHatchline
Dim value As ImGearVectorPoint2D
 
value = instance.GetBasePoint()
public ImGearVectorPoint2D GetBasePoint()
public: ImGearVectorPoint2D GetBasePoint(); 
public:
ImGearVectorPoint2D GetBasePoint(); 

Return Value

New instance of ImGearVectorPoint2D structure object.
Remarks
The base point is the starting point of the first line in the hatch.
See Also

Reference

ImGearVectorHatchline Class
ImGearVectorHatchline Members