.NET Windows Forms in a Nutshell

RotateFlipType serializable

System.Drawing (system.drawing.dll) enum

This enumeration is used by the Image.RotateFlip() member to determine the nature of the flipping/rotation operation to be formed .

public enum RotateFlipType { Rotate180FlipXY = 0 , RotateNoneFlipNone = 0 , Rotate90FlipNone = 1 , Rotate270FlipXY = 1 , Rotate180FlipNone = 2 , RotateNoneFlipXY = 2 , Rotate270FlipNone = 3 , Rotate90FlipXY = 3 , RotateNoneFlipX = 4 , Rotate180FlipY = 4 , Rotate90FlipX = 5 , Rotate270FlipY = 5 , Rotate180FlipX = 6 , RotateNoneFlipY = 6 , Rotate270FlipX = 7 , Rotate90FlipY = 7 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) RotateFlipType

Passed To

Image.RotateFlip()

Категории