Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.17 KB

richedittextrange_getpoint_1713408117.md

File metadata and controls

38 lines (22 loc) · 1.17 KB
-api-id -api-type
M:Microsoft.UI.Text.RichEditTextRange.GetPoint(Microsoft.UI.Text.HorizontalCharacterAlignment,Microsoft.UI.Text.VerticalCharacterAlignment,Microsoft.UI.Text.PointOptions,Windows.Foundation.Point@)
winrt method

Microsoft.UI.Text.RichEditTextRange.GetPoint

-description

Retrieves the screen coordinates of a particular location in the text range.

-parameters

-param horizontalAlign

The horizontal position to retrieve, relative to the bounding rectangle of the text range.

-param verticalAlign

The vertical position to retrieve, relative to the bounding rectangle of the text range.

-param options

The options for retrieving the coordinates of the specified location in the text range.

-param point

A structure that receives the coordinates of the specified location in the text range, represented as an ordered pair of floating-point x- and y-coordinates that define a point in a two-dimensional plane.

-remarks

-see-also

-examples