[]
Initializes a new instance of the Scaler class.
public Scaler()
Public Sub New()
Initializes a new instance of the Scaler class.
public Scaler(int destinationWidth, int destinationHeight, WicInterpolationMode interpolationMode)
Public Sub New(destinationWidth As Integer, destinationHeight As Integer, interpolationMode As WicInterpolationMode)
Type | Name | Description |
---|---|---|
int | destinationWidth | The destination width. |
int | destinationHeight | The desination height. |
WicInterpolationMode | interpolationMode | The interpolation mode to use when scaling. |