Class EditMouseArgs
Inheritance
EditMouseArgs
Assembly: Mapsui.dll
Syntax
public class EditMouseArgs
Constructors
|
Edit this page
View Source
EditMouseArgs(MPoint, bool, int)
Declaration
public EditMouseArgs(MPoint screenPosition, bool leftButton, int clickCount)
Parameters
Type |
Name |
Description |
MPoint |
screenPosition |
|
bool |
leftButton |
|
int |
clickCount |
|
Properties
|
Edit this page
View Source
ClickCount
Declaration
public int ClickCount { get; }
Property Value
|
Edit this page
View Source
Handled
Declaration
public bool Handled { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool LeftButton { get; }
Property Value
|
Edit this page
View Source
ScreenPosition
Declaration
public MPoint ScreenPosition { get; }
Property Value