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