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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback