[]
Represents a resized version of the input bitmap using a resampling or filtering algorithm.
public class Scaler : BaseTransform
Public Class Scaler
Inherits BaseTransform
| Name | Description |
|---|---|
| Scaler() | Initializes a new instance of the Scaler class. |
| Scaler(int, int, WicInterpolationMode) | Initializes a new instance of the Scaler class. |
| Name | Description |
|---|---|
| DestinationHeight | Gets or sets the destination height, in pixels. |
| DestinationWidth | Gets or sets the destination width, in pixels. |
| InterpolationMode | Gets or sets the interpolation mode to use when scaling. |