Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / BitmapSourceOrientation Enumeration

In This Topic
    BitmapSourceOrientation Enumeration
    In This Topic
    D2D1_BITMAPSOURCE_ORIENTATION
    Syntax
    'Declaration
     
    Public Enum BitmapSourceOrientation 
       Inherits System.Enum
    public enum BitmapSourceOrientation : System.Enum 
    Members
    MemberDescription
    DefaultD2D1_BITMAPSOURCE_ORIENTATION_DEFAULT
    FlipHorizontalD2D1_BITMAPSOURCE_ORIENTATION_FLIP_HORIZONTAL
    RotateClockwise180D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE180
    RotateClockwise180FlipHorizontalD2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE180_FLIP_HORIZONTAL
    RotateClockwise270D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE270
    RotateClockwise270FlipHorizontalD2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE270_FLIP_HORIZONTAL
    RotateClockwise90D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE90
    RotateClockwise90FlipHorizontalD2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE90_FLIP_HORIZONTAL
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.DX.Direct2D.BitmapSourceOrientation

    See Also