C# Class winmaped2.map_plugins.BasicDragTool

Inheritance: DragToolBase
Mostra file Open project: Bananattack/verge3

Protected Methods

Method Description
cbPaint ( int x, int y, object tag ) : void
cbSet ( int x, int y, object tag ) : void
cbTweak ( int x, int y, object tag ) : void

Method Details

cbPaint() protected method

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

cbSet() protected method

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

cbTweak() protected method

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