The ImageResizeTransform type exposes the following members.

Properties

  NameDescription
Public propertyBackColor
Sets the Backcolor
Public propertyBorder
Sets the border width of the resulting image
Public propertyCompositingQuality
Sets the compositing quality used for resizing images. The default is HighQuality.
(Inherited from ImageTransform.)
Public propertyHeight
Sets the height of the resulting image
Public propertyInterpolationMode
Sets the interpolation mode used for resizing images. The default is HighQualityBicubic.
(Inherited from ImageTransform.)
Public propertyMaxHeight
Sets the max height of the resulting image
Public propertyMaxWidth
Sets the Max width of the resulting image
Public propertyMode
Sets the resize mode. The default value is Fit.
Public propertyPixelOffsetMode
Sets the pixel offset mode used for resizing images. The default is HighQuality.
(Inherited from ImageTransform.)
Public propertySmoothingMode
Sets the smoothing mode used for resizing images. The default is HighQuality.
(Inherited from ImageTransform.)
Public propertyUniqueString
Provides an Unique String for this transformation
(Overrides ImageTransform..::..UniqueString.)
Public propertyWidth
Sets the width of the resulting image

See Also