Click or drag to resize

ResampleColormappedToRgbCommand Constructor

Create a ResampleColormappedToRgbCommand that will resize an indexed image directly to a 24-bit image.
Overload List
  NameDescription
Public methodResampleColormappedToRgbCommand
Initializes a new instance of the ResampleColormappedToRgbCommand class.
Public methodResampleColormappedToRgbCommand(Size)
Initializes a new instance of %ResampleColormappedToRgbCommand% specifying final size and using the the default resampling method.
Public methodResampleColormappedToRgbCommand(Int32)
Initializes a new instance of %ResampleColormappedToRgbCommand% specifying the maximum width or height using the defailt resampling method.
Public methodResampleColormappedToRgbCommand(Size, ResampleMethod)
Initializes a new instance of %ResampleColormappedToRgbCommand% specifying final size and resampling method.
Public methodResampleColormappedToRgbCommand(Int32, ResampleMethod)
Initializes a new instance of %ResampleColormappedToRgbCommand% specifying final size and resampling method.
Protected methodResampleColormappedToRgbCommand(SerializationInfo, StreamingContext)
Initializes a new instance of %ResampleColormappedToRgbCommand% specifying the source rectangle, destination size, and resampling method.
Public methodResampleColormappedToRgbCommand(Rectangle, Size, ResampleMethod)
Initializes a new instance of %ResampleColormappedToRgbCommand% specifying the source rectangle, destination size, and resampling method.
Top
See Also