'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.