ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.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 Integer, _
       ByVal destinationHeight As Integer, _
       ByVal interpolationMode As InterpolationMode _
    )

    Parameters

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