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

In This Topic
    ScaledSize Property (IconRenderer)
    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