InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / StyleGlyphSet Class / GetSize Method

In This Topic
    GetSize Method (StyleGlyphSet)
    In This Topic
    Returns the size of the specified glyph image.
    Syntax
    'Declaration
     
    Public Function GetSize( _
       ByVal styleGlyph As StyleGlyph _
    ) As Size
    public Size GetSize( 
       StyleGlyph styleGlyph
    )

    Parameters

    styleGlyph
    See Also