Skip to main content

DiagramControl.PointToDocument(Point) Method

Converts the control-relative coordinates to the coordinates of a point on the canvas.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public Point PointToDocument(
    Point controlPoint
)

Parameters

Name Type Description
controlPoint Point

A Point object that represents the control-relative coordinates.

Returns

Type Description
Point

A Point object that represents a point on the canvas.

See Also