ResampleCommand Constructor |
| Name | Description | |
|---|---|---|
| ResampleCommand |
Initializes a new instance of the ResampleCommand class.
| |
| ResampleCommand(Size) |
Creates a new instance of ResampleCommand specifying final size and using the default resampling method.
| |
| ResampleCommand(Int32) |
Creates a new instance of ResampleCommand specifying the maximum width or height and resampling method.
| |
| ResampleCommand(Size, ResampleMethod) |
Creates a new instance of ResampleCommand specifying final size and resampling method.
| |
| ResampleCommand(Int32, ResampleMethod) |
Creates a new instance of ResampleCommand specifying final size and resampling method.
| |
| ResampleCommand(SerializationInfo, StreamingContext) | Initializes a new instance of %ResampleCommand%. | |
| ResampleCommand(Rectangle, Size, ResampleMethod) |
Creates a new instance of ResampleCommand specifying sourceRect, destSize, and method.
|