ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class / GetFont Method
Position of the font.




In This Topic
    GetFont Method (ImGearVectorData)
    In This Topic
    Returns a font by its position in the internal conatiner.
    Syntax
    'Declaration
     
    Public Function GetFont( _
       ByVal index As Integer _
    ) As ImGearVectorFont
    'Usage
     
    Dim instance As ImGearVectorData
    Dim index As Integer
    Dim value As ImGearVectorFont
     
    value = instance.GetFont(index)
    public ImGearVectorFont GetFont( 
       int index
    )
    public: ImGearVectorFont* GetFont( 
       int index
    ) 
    public:
    ImGearVectorFont^ GetFont( 
       int index
    ) 

    Parameters

    index
    Position of the font.

    Return Value

    New instance of ImGearVectorFont class.
    See Also