Skip to main content
Box

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LayoutElement.GetRelativeBounds(LayoutElement) Method

Gets coordinates of the specified layout element relative to its container.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v24.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

#Declaration

Rectangle GetRelativeBounds(
    LayoutElement element
)

#Parameters

Name Type Description
element LayoutElement

A LayoutElement descendant that is the element whose relative position is obtained.

#Returns

Type Description
Rectangle

A Rectangle structure specifying the coordinates of the layout element measured in twips.

#Remarks

If the current layout element contains the specified layout element, the GetRelativeBounds method returns a rectangle with coordinates calculated relative to the current layout element.

See Also