ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.Bitmap Namespace / Scaler Class / Scaler Constructor / Scaler Constructor(Int32,Int32,InterpolationMode)
The destination width.
The desination height.
The interpolation mode to use when scaling.

In This Topic
    Scaler Constructor(Int32,Int32,InterpolationMode)
    In This Topic
    Initializes a new instance of the Scaler class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal destinationWidth As System.Integer, _
       ByVal destinationHeight As System.Integer, _
       ByVal interpolationMode As InterpolationMode _
    )
    public Scaler( 
       System.int destinationWidth,
       System.int destinationHeight,
       InterpolationMode interpolationMode
    )

    Parameters

    destinationWidth
    The destination width.
    destinationHeight
    The desination height.
    interpolationMode
    The interpolation mode to use when scaling.
    See Also