Gets the initial point, in device coordinates, where the current interaction began.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public Point StartDevicePoint { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property StartDevicePoint As Point |
See Also