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