Back to Devexpress

RichEditControl.GetLayoutPhysicalBoundsFromPosition(DocumentPosition) Method

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-dot-getlayoutphysicalboundsfromposition-x28-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documentposition-x29.md

latest2.2 KB
Original Source

RichEditControl.GetLayoutPhysicalBoundsFromPosition(DocumentPosition) Method

Gets the rectangle representing the character at the specified position with coordinates in a layout model.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public Rectangle GetLayoutPhysicalBoundsFromPosition(
    DocumentPosition pos
)
vb
Public Function GetLayoutPhysicalBoundsFromPosition(
    pos As DocumentPosition
) As Rectangle

Parameters

NameTypeDescription
posDocumentPosition

A DocumentPosition representing the position in the document.

|

Returns

TypeDescription
Rectangle

A Rectangle representing the character. Measured in layout units.

|

Remarks

The coordinates are not dependent on a viewable area or on the visibility of the specified position in a control. Measured in layout units specified via the RichEditControl.LayoutUnit property.

See Also

GetBoundsFromPosition(DocumentPosition)

LayoutUnit

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace