Class EditingWidget
Inheritance
EditingWidget
Assembly: Mapsui.Nts.dll
public class EditingWidget : Widget, IWidgetTouchable, IWidgetExtended, IWidget
Constructors
|
Edit this page
View Source
Declaration
public EditingWidget(IMapControl mapControl, EditManager editManager, EditManipulation editManipulation)
Parameters
Properties
|
Edit this page
View Source
Declaration
public EditManager EditManager { get; }
Property Value
|
Edit this page
View Source
Declaration
public EditManipulation EditManipulation { get; }
Property Value
|
Edit this page
View Source
Declaration
public IMapControl MapControl { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public bool HandleWidgetMoving(Navigator navigator, MPoint position, WidgetArgs args)
Parameters
Returns
|
Edit this page
View Source
Function, which is called, when a Widget is hidden
Declaration
public override bool HandleWidgetTouched(Navigator navigator, MPoint position)
Parameters
Type |
Name |
Description |
Navigator |
navigator |
Navigator of MapControl
|
MPoint |
position |
Screen position
|
Returns
Type |
Description |
bool |
True, if the Widget had handled the touch event
|
Overrides
|
Edit this page
View Source
Declaration
public bool HandleWidgetTouched(Navigator navigator, MPoint position, WidgetArgs args)
Parameters
Returns
|
Edit this page
View Source
Declaration
public bool HandleWidgetTouching(Navigator navigator, MPoint position, WidgetArgs args)
Parameters
Returns
Implements