ImageGear .NET v24.12 - Updated
GetGradientFilltypeIndex Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : GetGradientFilltypeIndex Method
Name of the fill type.
Returns index of the fill type associated with the specified gradient object.
Syntax
'Declaration
 
Public Function GetGradientFilltypeIndex( _
   ByVal gradientName As String _
) As Integer
'Usage
 
Dim instance As ImGearVectorData
Dim gradientName As String
Dim value As Integer
 
value = instance.GetGradientFilltypeIndex(gradientName)
public int GetGradientFilltypeIndex( 
   string gradientName
)
public: int GetGradientFilltypeIndex( 
   string* gradientName
) 
public:
int GetGradientFilltypeIndex( 
   String^ gradientName
) 

Parameters

gradientName
Name of the fill type.

Return Value

Index of the fill type.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members