Back to Devexpress

DXMatrix.CreateRotateMatrix(Single) Method

corelibraries-devexpress-dot-drawing-dot-dxmatrix-dot-createrotatematrix-x28-system-dot-single-x29.md

latest1.3 KB
Original Source

DXMatrix.CreateRotateMatrix(Single) Method

Creates a new matrix based on the current matrix and applies a clockwise rotation of the specified angle relative to the matrix origin.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public static DXMatrix CreateRotateMatrix(
    float angle
)
vb
Public Shared Function CreateRotateMatrix(
    angle As Single
) As DXMatrix

Parameters

NameTypeDescription
angleSingle

Angle of rotation in degrees.’

|

Returns

TypeDescription
DXMatrix

The resulting transformation matrix.

|

See Also

DXMatrix Class

DXMatrix Members

DevExpress.Drawing Namespace