Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
System.Drawing
 RotateFlipType Enumeration
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
RotateFlipType Enumeration

Specifies the direction of an image's rotation and the axis used to flip the image.

[Visual Basic]
<Serializable>
Public Enum RotateFlipType
[C#]
[Serializable]
public enum RotateFlipType
[C++]
[Serializable]
__value public enum RotateFlipType
[JScript]
public
   Serializable
enum RotateFlipType

Members

Member name Description
Rotate180FlipNone Specifies a 180-degree rotation without flipping.
Rotate180FlipX Specifies a 180-degree rotation followed by a horizontal flip.
Rotate180FlipXY Specifies a 180-degree rotation followed by a horizontal and vertical flip.
Rotate180FlipY Specifies a 180-degree rotation followed by a vertical flip.
Rotate270FlipNone Specifies a 270-degree rotation without flipping.
Rotate270FlipX Specifies a 270-degree rotation followed by a horizontal flip.
Rotate270FlipXY Specifies a 270-degree rotation followed by a horizontal and vertical flip.
Rotate270FlipY Specifies a 270-degree rotation followed by a vertical flip.
Rotate90FlipNone Specifies a 90-degree rotation without flipping.
Rotate90FlipX Specifies a 90-degree rotation followed by a horizontal flip.
Rotate90FlipXY Specifies a 90-degree rotation followed by a horizontal and vertical flip.
Rotate90FlipY Specifies a 90-degree rotation followed by a vertical flip.
RotateNoneFlipNone Specifies no rotation and no flipping.
RotateNoneFlipX Specifies no rotation followed by a horizontal flip.
RotateNoneFlipXY Specifies no rotation followed by a horizontal and vertical flip.
RotateNoneFlipY Specifies no rotation followed by a vertical flip.

Requirements

Namespace: System.Drawing

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: System.Drawing (in System.Drawing.dll)

See Also

System.Drawing Namespace

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker