Skip to main content
Box

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

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

Declaration

public Point[] GetCoordinates()

Returns

Type Description
Point[]

A Point[] array identifying a rectangle.

See Also