Returns a Matrix representing the transformation from diagram logical coordinates to the control's actual WPF device-indepepndent point coordinates.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected virtual Matrix DocumentToDiagramMatrix { get; } |
Visual Basic
Copy Code
|
|---|
Protected Overridable ReadOnly Property DocumentToDiagramMatrix As Matrix |
See Also