ImageGear .NET - Updated May 1, 2018
CreateGradientFilltype Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : CreateGradientFilltype Method
Name of the gradient fill type to be created.
Gradient fill type.
Creates new fill type with the gradient object specified by gradient name and type.
Syntax
'Declaration
 
Public Function CreateGradientFilltype( _
   ByVal gradientName As String, _
   ByVal gradientType As ImGearVectGradientType _
) As Integer
 
'Usage
 
Dim instance As ImGearVectorData
Dim gradientName As String
Dim gradientType As ImGearVectGradientType
Dim value As Integer
 
value = instance.CreateGradientFilltype(gradientName, gradientType)

Parameters

gradientName
Name of the gradient fill type to be created.
gradientType
Gradient fill type.

Return Value

Index of the new gradient fill type.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members