Skip to main content
A newer version of this page is available. .
Box

LayoutTextBox.GetRotationMatrix() Method

Gets the geometric transform for a LayoutTextBox element.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

public override Matrix GetRotationMatrix()

Returns

Type Description
Matrix

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

See Also