Gets or sets the position of the mouse when its button has been pressed.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected Nullable<Point> MouseDownPoint { get; set; } |
Visual Basic
Copy Code
|
|---|
Protected Property MouseDownPoint As Nullable(Of Point) |
A Point structure containing the mouse pointer coordinates.
See Also