ImageGear .NET v24.12 - Updated
SetBasePoint Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorHatchline Class : SetBasePoint Method
Base point being set.
Sets the base point of the hatch line.
Syntax
'Declaration
 
Public Sub SetBasePoint( _
   ByVal value As ImGearVectorPoint2D _
) 
'Usage
 
Dim instance As ImGearVectorHatchline
Dim value As ImGearVectorPoint2D
 
instance.SetBasePoint(value)
public void SetBasePoint( 
   ImGearVectorPoint2D value
)
public: void SetBasePoint( 
   ImGearVectorPoint2D value
) 
public:
void SetBasePoint( 
   ImGearVectorPoint2D value
) 

Parameters

value
Base point being set.
Remarks
The base point is a start point of the first line in the the hatch.
See Also

Reference

ImGearVectorHatchline Class
ImGearVectorHatchline Members
ImGearVectorPoint2D Structure