Skip to main content
All docs
V26.1
  • DXBitmap.RotateFlip(DXRotateFlipType) Method

    Rotates and flips the image.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    Declaration

    public override void RotateFlip(
        DXRotateFlipType rotateFlipType
    )

    Parameters

    Name Type Description
    rotateFlipType DXRotateFlipType

    An enumeration value that indicates the rotation and flip type.

    See Also