Click or drag to resize

FlipCommand Constructor (FlipDirection)

Creates a new instance of FlipCommand specifying the type of flip to perform.

Namespace:  Atalasoft.Imaging.ImageProcessing.Transforms
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public FlipCommand(
	FlipDirection direction
)

Parameters

direction
Type: Atalasoft.ImagingFlipDirection
Specifies which direction, horizontal or vertical, to flip the image.
See Also