ImageEditorGetFlipType Method |
Get a flip type given a set of parameters
Namespace: Kettic.AspNet.Controls.EditorAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic RotateFlipType GetFlipType(
int rotAngle,
bool flipH,
bool flipV
)
Public Function GetFlipType (
rotAngle As Integer,
flipH As Boolean,
flipV As Boolean
) As RotateFlipType
public:
RotateFlipType GetFlipType(
int rotAngle,
bool flipH,
bool flipV
)
member GetFlipType :
rotAngle : int *
flipH : bool *
flipV : bool -> RotateFlipType
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