Click or drag to resize

ShiftChannelsCommand Constructor

Creates a new instance of the ShiftChannelsCommand class, used to offset individual channels in an image.
Overload List
  NameDescription
Public methodShiftChannelsCommand
Creates a new instance of ShiftChannelsCommand.
Protected methodShiftChannelsCommand(SerializationInfo, StreamingContext)
Creates a new instance of ShiftChannelsCommand from serialization information.
Public methodShiftChannelsCommand(Int32, Int32, ChannelFlags)
Creates a new instance of ShiftChannelsCommand specifying offsetX, offsetY and channelsToProcess.
Public methodShiftChannelsCommand(Int32, Int32, ChannelFlags, Int32)
Creates a new instance of ShiftChannelsCommand specifying offsetX, offsetY, channelsToProcess and backgroundValue.
Top
See Also