Click or drag to resize
ImageEditorGetFlipType Method
Get a flip type given a set of parameters

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 GetFlipType(
	int rotAngle,
	bool flipH,
	bool flipV
)

Parameters

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

Return Value

Type: RotateFlipType
See Also