Click or drag to resize

ChangePixelFormatCommand Constructor

Creates a ChangePixelFormatCommand object used to change the current pixel format of an image to a different format.
Overload List
  NameDescription
Public methodChangePixelFormatCommand
Initializes a new instance of the ChangePixelFormatCommand class.
Public methodChangePixelFormatCommand(PixelFormat)
Initializes a new instance of ChangePixelFormatCommand specifying the new pixel format.
Protected methodChangePixelFormatCommand(SerializationInfo, StreamingContext)
Initializes a new instance of ChangePixelFormatCommand.
Public methodChangePixelFormatCommand(PixelFormat, ColorProfile)
Initializes a new instance of ChangePixelFormatCommand specifying the new pixel format and color profile.
Top
See Also