ImageGear PDF v25.2 - Updated
SetFilltypeIndex Method




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

Is this page helpful?
Yes No
Thanks for your feedback.