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