Back to Devexpress

LayoutFloatingObject.GetRotationMatrix() Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-dot-layoutfloatingobject.md

latest1.3 KB
Original Source

LayoutFloatingObject.GetRotationMatrix() Method

Gets the geometric transform for a LayoutFloatingObject element.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public virtual DXMatrix GetRotationMatrix()
vb
Public Overridable Function GetRotationMatrix As DXMatrix

Returns

TypeDescription
DXMatrix

The geometric transform.

|

See Also

LayoutFloatingObject Class

LayoutFloatingObject Members

DevExpress.XtraRichEdit.API.Layout Namespace