ImageGear .NET - Updated October 2, 2018
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)

Parameters

gradientName
Name of the fill type.

Return Value

Index of the fill type.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members