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.v26.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
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