ImageGear .NET v24.12 - Updated
GetHatch Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorFilltype Class : GetHatch Method
Returns the hatch object associated with the fill type in case the Pattern is HATCH_VECTOR.
Syntax
'Declaration
 
Public Function GetHatch() As ImGearVectorHatch
'Usage
 
Dim instance As ImGearVectorFilltype
Dim value As ImGearVectorHatch
 
value = instance.GetHatch()
public ImGearVectorHatch GetHatch()
public: ImGearVectorHatch* GetHatch(); 
public:
ImGearVectorHatch^ GetHatch(); 

Return Value

New instance of ImGearVectorHatch class object.
See Also

Reference

ImGearVectorFilltype Class
ImGearVectorFilltype Members