Back to Devexpress

RichEditControl.PointToScreen(Point) Method

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-dot-pointtoscreen-x28-system-dot-drawing-dot-point-x29.md

latest1.5 KB
Original Source

RichEditControl.PointToScreen(Point) Method

Converts a Point from the current coordinate system of the Visual into a Point in screen coordinates.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public Point PointToScreen(
    Point point
)
vb
Public Function PointToScreen(
    point As Point
) As Point

Parameters

NameTypeDescription
pointPoint

The Point value that represents the current coordinate system of the Visual.

|

Returns

TypeDescription
Point

The converted Point value in screen coordinates.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace