The ImageResizeTransform type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BackColor |
Sets the Backcolor
|
![]() | Border |
Sets the border width of the resulting image
|
![]() | CompositingQuality |
Sets the compositing quality used for resizing images. The default is HighQuality.
(Inherited from ImageTransform.) |
![]() | Height |
Sets the height of the resulting image
|
![]() | InterpolationMode |
Sets the interpolation mode used for resizing images. The default is HighQualityBicubic.
(Inherited from ImageTransform.) |
![]() | MaxHeight |
Sets the max height of the resulting image
|
![]() | MaxWidth |
Sets the Max width of the resulting image
|
![]() | Mode |
Sets the resize mode. The default value is Fit.
|
![]() | PixelOffsetMode |
Sets the pixel offset mode used for resizing images. The default is HighQuality.
(Inherited from ImageTransform.) |
![]() | SmoothingMode |
Sets the smoothing mode used for resizing images. The default is HighQuality.
(Inherited from ImageTransform.) |
![]() | UniqueString |
Provides an Unique String for this transformation
(Overrides ImageTransform..::..UniqueString.) |
![]() | Width |
Sets the width of the resulting image
|