Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

LayoutFloatingObject.GetRotationMatrix() Method

Gets the geometric transform for a LayoutFloatingObject element.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public virtual Matrix GetRotationMatrix()

Returns

Type Description
Matrix

A System.Drawing.2D.Matrix object representing the geometric transform.

See Also