ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class / GetFontIndex Method
Font object the index is looked for.




In This Topic
    GetFontIndex Method
    In This Topic
    Returns an index of the specified font in the internal font container.
    Syntax
    'Declaration
     
    Public Function GetFontIndex( _
       ByVal font As ImGearVectorFont _
    ) As Integer
    'Usage
     
    Dim instance As ImGearVectorData
    Dim font As ImGearVectorFont
    Dim value As Integer
     
    value = instance.GetFontIndex(font)
    public int GetFontIndex( 
       ImGearVectorFont font
    )
    public: int GetFontIndex( 
       ImGearVectorFont* font
    ) 
    public:
    int GetFontIndex( 
       ImGearVectorFont^ font
    ) 

    Parameters

    font
    Font object the index is looked for.

    Return Value

    Integer value.
    See Also