'Declaration Public Function New( _ ByVal destinationWidth As System.Integer, _ ByVal destinationHeight As System.Integer, _ ByVal interpolationMode As InterpolationMode _ )
public Scaler( System.int destinationWidth, System.int destinationHeight, InterpolationMode interpolationMode )
Parameters
- destinationWidth
- The destination width.
- destinationHeight
- The desination height.
- interpolationMode
- The interpolation mode to use when scaling.