ImageGear .NET v24.12 - Updated
GetHatchFilltypeIndex Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : GetHatchFilltypeIndex Method
Name of the hatch.
Returns an index of the hatch fill type by the hatch name.
Syntax
'Declaration
 
Public Function GetHatchFilltypeIndex( _
   ByVal hatchName As String _
) As Integer
'Usage
 
Dim instance As ImGearVectorData
Dim hatchName As String
Dim value As Integer
 
value = instance.GetHatchFilltypeIndex(hatchName)
public int GetHatchFilltypeIndex( 
   string hatchName
)
public: int GetHatchFilltypeIndex( 
   string* hatchName
) 
public:
int GetHatchFilltypeIndex( 
   String^ hatchName
) 

Parameters

hatchName
Name of the hatch.

Return Value

Integer value.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members