InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / FontIconRenderer Class / ScaledSize Property

In This Topic
    ScaledSize Property (FontIconRenderer)
    In This Topic
    Gets the size of icon after scaling by IconRenderer.DeviceDpi.
    Syntax
    'Declaration
     
    Public ReadOnly Property ScaledSize As Size
    public Size ScaledSize {get;}
    See Also