True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / PrintForm Class / OnGetDpiScaledSize Method

In This Topic
    OnGetDpiScaledSize Method (PrintForm)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function OnGetDpiScaledSize( _
       ByVal deviceDpiOld As System.Integer, _
       ByVal deviceDpiNew As System.Integer, _
       ByRef desiredSize As System.Drawing.Size _
    ) As System.Boolean
    protected virtual System.bool OnGetDpiScaledSize( 
       System.int deviceDpiOld,
       System.int deviceDpiNew,
       ref System.Drawing.Size desiredSize
    )

    Parameters

    deviceDpiOld
    deviceDpiNew
    desiredSize
    See Also