ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1ScrollBar.Style 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 System.Drawing.Size
    public System.Drawing.Size GetSize( 
       StyleGlyph styleGlyph
    )

    Parameters

    styleGlyph
    See Also