Skip to main content
Box

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public Point[] GetContentCoordinates()

Returns

Type Description
Point[]

A Point[] array identifying a rectangle.

See Also