Skip to main content
All docs
V23.2

DXImage.RotateFlip(DXRotateFlipType) Method

Rotates and flips an image.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public abstract void RotateFlip(
    DXRotateFlipType rotateFlipType
)

Parameters

Name Type Description
rotateFlipType DXRotateFlipType

An enumeration value that indicates the rotation and flip type.

See Also