Click or drag to resize

SwapChannelsCommand Constructor (SerializationInfo, StreamingContext)

Creates a new instance of SwapChannelsCommand from serialization information.
Creates a new instance of the SwapChannelsCommand object.,Creates a new instance of SwapChannel specifying channel1, channel2 and channel3. ,Creates a new instance of SwapChannel specifying channel1, channel2, channel3, and channel4.,Creates a new instance of SwapChannel specifying a param array of channels.
Creates a new instance of SwapChannelsCommand.

Namespace:  Atalasoft.Imaging.ImageProcessing.Channels
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected SwapChannelsCommand(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
A SerializationInfo containing information for this command
context
Type: System.Runtime.SerializationStreamingContext
A StreamingContext for this information.
Exceptions
ExceptionCondition
Thrown if the info argument is null (Nothing in VB).
See Also