Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D.Effects Namespace / BitmapSource Class / Orientation Property

In This Topic
    Orientation Property (BitmapSource)
    In This Topic
    A flip and/or rotation operation to be performed on the image. See Orientation for more info.
    Syntax
    'Declaration
     
    Public Property Orientation As BitmapSourceOrientation
    public BitmapSourceOrientation Orientation {get; set;}
    See Also