' Classes/System/Drawing/misc.ab Namespace System Namespace Drawing Enum RotateFlipType RotateNoneFlipNone = 0 Rotate90FlipNone = 1 Rotate180FlipNone = 2 Rotate270FlipNone = 3 RotateNoneFlipX = 4 Rotate90FlipX = 5 Rotate180FlipX = 6 Rotate270FlipX = 7 RotateNoneFlipY = 6 Rotate90FlipY = 7 Rotate180FlipY = 4 Rotate270FlipY = 5 RotateNoneFlipXY = 2 Rotate90FlipXY = 3 Rotate180FlipXY = 0 Rotate270FlipXY = 1 End Enum Enum GraphicsUnit World ' 0 Display ' 1 Pixel ' 2 Point ' 3 Inch ' 4 Document ' 5 Millimeter ' 6 End Enum Enum FontStyle /* Regular = 0 Bold = 1 Italic = 2 Strikeout = 4 Underline = 8 */ End Enum End Namespace End Namespace