FlexChart | ComponentOne
C1.Win.Ribbon.4.5.2 Assembly / C1.Win.Ribbon Namespace / C1RibbonForm Class / ScaleBitmapLogicalToDevice Method
The bitmap to scale.

In This Topic
    ScaleBitmapLogicalToDevice Method (C1RibbonForm)
    In This Topic
    Scales a logical bitmap value to it's equivalent device unit value when a DPI change occurs.
    Syntax
    'Declaration
     
    Public Shadows Sub ScaleBitmapLogicalToDevice( _
       ByRef bitmap As System.Drawing.Bitmap _
    ) 
    public new void ScaleBitmapLogicalToDevice( 
       ref System.Drawing.Bitmap bitmap
    )

    Parameters

    bitmap
    The bitmap to scale.
    See Also