Click or drag to resize
ImageEditorFlip Method
Rotate or flip the current image

Namespace: Kettic.AspNet.Controls.Editor
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public RotateFlipType Flip(
	bool flipV,
	bool flipH,
	int rotAngle
)

Parameters

flipV
Type: SystemBoolean
Whether the image should be flipped vertically
flipH
Type: SystemBoolean
Whether the image should be flipped horizontally
rotAngle
Type: SystemInt32
An angle, which is used to rotate the image. The only supported values are 0, 90, 180, and 270

Return Value

Type: RotateFlipType
The type of flip that was used on the image
See Also