Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / Scaler Class / Scaler Constructor / Scaler Constructor(Int32,Int32,WicInterpolationMode)
The destination width.
The desination height.
The interpolation mode to use when scaling.

In This Topic
    Scaler Constructor(Int32,Int32,WicInterpolationMode)
    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 WicInterpolationMode _
    )
    public Scaler( 
       System.int destinationWidth,
       System.int destinationHeight,
       WicInterpolationMode interpolationMode
    )

    Parameters

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