Gets or sets the current point of the interaction, in device coordinates.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Point CurrentDevicePoint { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CurrentDevicePoint As Point |
See Also