ComponentOne SuperTooltip for WinForms
C1.Win.6 Assembly / C1.Framework Namespace / IconRenderer Class / ScaledSize Property

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