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