'Declaration Public Function New( _
ByVal sourceChannelIndexThe index of source channel to copy.As System.Int32, _
ByVal destinationChannelIndexThe index of destination channel to copy to.As System.Int32 _
)
public CopyColorChannelCommand(
System.Int32 sourceChannelIndex,
System.Int32 destinationChannelIndex
)
public: CopyColorChannelCommand(
System.Int32 sourceChannelIndex,
System.Int32 destinationChannelIndex
)
public:
CopyColorChannelCommand(
System.Int32 sourceChannelIndex,
System.Int32 destinationChannelIndex
)
Parameters
- sourceChannelIndex
- The index of source channel to copy.
- destinationChannelIndex
- The index of destination channel to copy to.