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

LayoutTextBox.GetRotationMatrix() Method

Gets the geometric transform for a LayoutTextBox element.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public override Matrix GetRotationMatrix()

Returns

Type Description
Matrix

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

See Also