Transforms points from the client coordinate space to the document coordinate space.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public PointF ClientToDoc ( |
Visual Basic
Copy Code
|
|---|
Public Function ClientToDoc( _ |
A .NET PointF instance, which represents the document coordinates of clientPoint.
RemarksThis method is useful when the document coordinates of a device point are needed.
See Also