Method | Description | |
---|---|---|
MouseClick ( MapEventInfo mei ) : void | ||
getTool ( bool lb, bool rb, bool shift, bool ctrl, bool alt ) : IMapTool |
Method | Description | |
---|---|---|
cb ( int x, int y, object tag ) : void | ||
ccb ( int x, int y, object tag ) : bool |
public MouseClick ( MapEventInfo mei ) : void | ||
mei | MapEventInfo | |
return | void |
protected cb ( int x, int y, object tag ) : void | ||
x | int | |
y | int | |
tag | object | |
return | void |
protected ccb ( int x, int y, object tag ) : bool | ||
x | int | |
y | int | |
tag | object | |
return | bool |
public getTool ( bool lb, bool rb, bool shift, bool ctrl, bool alt ) : IMapTool | ||
lb | bool | |
rb | bool | |
shift | bool | |
ctrl | bool | |
alt | bool | |
return | IMapTool |