RotateFlipType

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()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net