ResampleColormappedToRgbCommand Constructor |
Name | Description | |
---|---|---|
![]() | ResampleColormappedToRgbCommand() |
Initializes a new instance of the ResampleColormappedToRgbCommand class.
|
![]() | ResampleColormappedToRgbCommand(Size) | Initializes a new instance of %ResampleColormappedToRgbCommand% specifying final size and using the the
default resampling method. |
![]() | ResampleColormappedToRgbCommand(Int32) | Initializes a new instance of %ResampleColormappedToRgbCommand% specifying the maximum width or height
using the defailt resampling method. |
![]() | ResampleColormappedToRgbCommand(Size, ResampleMethod) | Initializes a new instance of %ResampleColormappedToRgbCommand% specifying final size and resampling
method. |
![]() | ResampleColormappedToRgbCommand(Int32, ResampleMethod) | Initializes a new instance of %ResampleColormappedToRgbCommand% specifying final size and resampling
method. |
![]() | ResampleColormappedToRgbCommand(SerializationInfo, StreamingContext) | Initializes a new instance of %ResampleColormappedToRgbCommand% specifying the source rectangle,
destination size, and resampling method. |
![]() | ResampleColormappedToRgbCommand(Rectangle, Size, ResampleMethod) | Initializes a new instance of %ResampleColormappedToRgbCommand% specifying the source rectangle,
destination size, and resampling method. |