RichEditView.PageLayoutPositionToPoint(PageLayoutPosition) Method
In This Article
Gets the position relative to the document and returns the position relative to the control.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public Point? PageLayoutPositionToPoint(
PageLayoutPosition position
)
#Parameters
Name | Type | Description |
---|---|---|
position | Page |
A Page |
#Returns
Type | Description |
---|---|
Nullable<Point> | A Point structure or null. |
See Also