ImageGear .NET v24.12 - Updated
GetFilltype Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : GetFilltype Method
Fill type index.
Returns fill type by its position in the internal container.
Syntax
'Declaration
 
Public Function GetFilltype( _
   ByVal index As Integer _
) As ImGearVectorFilltype
'Usage
 
Dim instance As ImGearVectorData
Dim index As Integer
Dim value As ImGearVectorFilltype
 
value = instance.GetFilltype(index)
public ImGearVectorFilltype GetFilltype( 
   int index
)
public: ImGearVectorFilltype* GetFilltype( 
   int index
) 
public:
ImGearVectorFilltype^ GetFilltype( 
   int index
) 

Parameters

index
Fill type index.

Return Value

Any value of ImGearVectorFilltype class.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members