C# Class winmaped2.map_plugins.BasicDragTool

Inheritance: DragToolBase
Afficher le fichier Open project: Bananattack/verge3

Méthodes protégées

Méthode 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 méthode

protected cbPaint ( int x, int y, object tag ) : void
x int
y int
tag object
Résultat void

cbSet() protected méthode

protected cbSet ( int x, int y, object tag ) : void
x int
y int
tag object
Résultat void

cbTweak() protected méthode

protected cbTweak ( int x, int y, object tag ) : void
x int
y int
tag object
Résultat void