Transforms specified point from view to diagram coordinates.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Point ViewToDiagram ( |
Visual Basic
Copy Code
|
|---|
Public Function ViewToDiagram( _ |
An instance of the .NET Point structure, whose coordinates should be transformed and returned.
A .NET Point instance, which represents the document coordinates of viewPoint.
RemarksThis method is useful when the diagram coordinates of a view point are needed, with measure unit, zoom level and scroll position considered.
See Also