Метод |
Описание |
|
CreateCropedImageFile ( Stream originalStream, double x, double y, double q, ImageFormat outputFormat, SmoothingMode smoothingMode, InterpolationMode interpolationMode, PixelOffsetMode pixelOffsetMode, double verticalDiff, double horizontalDiff ) : Stream |
|
|
CreateResizedImageFile ( Stream originalStream, double x, double y, double q ) : Stream |
|
|
CreateResizedImageFile ( Stream originalStream, double x, double y, double q, ImageFormat outputFormat ) : Stream |
|
|
CreateResizedImageFile ( Stream originalStream, double x, double y, double q, bool allowStretching ) : Stream |
|
|
CreateResizedImageFile ( Stream originalStream, double x, double y, double q, bool allowStretching, ImageFormat outputFormat ) : Stream |
|
|
CreateResizedImageFile ( Stream originalStream, double x, double y, double q, bool allowStretching, ImageFormat outputFormat, SmoothingMode smoothingMode, InterpolationMode interpolationMode, PixelOffsetMode pixelOffsetMode ) : Stream |
|
|