ImageGear PDF v25.2 - Updated
GetBasePoint Method




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.