[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.Scaler.-ctor

Scaler Constructor

Scaler()

Initializes a new instance of the Scaler class.

Declaration
public Scaler()
Public Sub New()

Scaler(int, int, WicInterpolationMode)

Initializes a new instance of the Scaler class.

Declaration
public Scaler(int destinationWidth, int destinationHeight, WicInterpolationMode interpolationMode)
Public Sub New(destinationWidth As Integer, destinationHeight As Integer, interpolationMode As WicInterpolationMode)
Parameters
Type Name Description
int destinationWidth

The destination width.

int destinationHeight

The desination height.

WicInterpolationMode interpolationMode

The interpolation mode to use when scaling.