Skip to main content
A newer version of this page is available.
All docs
V20.2

GraphicsCache.RotateTransform(Single) Method

Applies the specified rotation to the transformation matrix of the contained Graphics object.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void RotateTransform(
    float angle
)

Parameters

Name Type Description
angle Single

Angle of rotation in degrees.

See Also