ImageGear .NET v24.12 - Updated
SetFilltypeIndex Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : SetFilltypeIndex Method
New fill type index to be set.
Sets the fill type index for an entity.
Syntax
'Declaration
 
Public Sub SetFilltypeIndex( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ImGearVectorEntity
Dim index As Integer
 
instance.SetFilltypeIndex(index)
public void SetFilltypeIndex( 
   int index
)
public: void SetFilltypeIndex( 
   int index
) 
public:
void SetFilltypeIndex( 
   int index
) 

Parameters

index
New fill type index to be set.
Remarks
See GetFilltypeIndex method for possible values.
See Also

Reference

ImGearVectorEntity Class
ImGearVectorEntity Members