C# Class winmaped2.map_plugins.FloodFillTool

Inheritance: IMapClickTool, IMapPlugin
Mostra file Open project: Bananattack/verge3

Public Methods

Method Description
MouseClick ( MapEventInfo mei ) : void
getTool ( bool lb, bool rb, bool shift, bool ctrl, bool alt ) : IMapTool

Protected Methods

Method Description
cb ( int x, int y, object tag ) : void
ccb ( int x, int y, object tag ) : bool

Method Details

MouseClick() public method

public MouseClick ( MapEventInfo mei ) : void
mei MapEventInfo
return void

cb() protected method

protected cb ( int x, int y, object tag ) : void
x int
y int
tag object
return void

ccb() protected method

protected ccb ( int x, int y, object tag ) : bool
x int
y int
tag object
return bool

getTool() public method

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