LayoutFloatingObject.GetCoordinates() Method
Returns an array of points which are the vertices of a rectangle encompassing the floating object.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Returns
Type | Description |
---|---|
Point[] | A Point[] array identifying a rectangle. |
See Also