This documentation is archived and is not being maintained.
Image.RotateFlip Method
.NET Framework 1.1
This method either rotates, flips, or rotates and flips the Image object.
[Visual Basic] Public Sub RotateFlip( _ ByVal rotateFlipType As RotateFlipType _ ) [C#] public void RotateFlip( RotateFlipType rotateFlipType ); [C++] public: void RotateFlip( RotateFlipType rotateFlipType ); [JScript] public function RotateFlip( rotateFlipType : RotateFlipType );
Parameters
- rotateFlipType
- A RotateFlipType enumeration member that specifies the type of rotation and flip to apply to the image.
Return Value
This method does not return a value.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Show: