Click or drag to resize

ShiftChannelsCommand Constructor (Int32, Int32, ChannelFlags)

Creates a new instance of ShiftChannelsCommand specifying offsetX, offsetY and channelsToProcess.

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
public ShiftChannelsCommand(
	int offsetX,
	int offsetY,
	ChannelFlags channelsToProcess
)

Parameters

offsetX
Type: SystemInt32
Number of pixels to horizontally offset the channels.
offsetY
Type: SystemInt32
Number of pixels to vertically offset the channels.
channelsToProcess
Type: Atalasoft.Imaging.ImageProcessingChannelFlags
The channels you want to shift.
See Also