Property | Type | Description | |
---|---|---|---|
bSelection | bool | ||
parent |
Property | Type | Description | |
---|---|---|---|
Selection | int | ||
slideTimer_Elapsed | void |
Method | Description | |
---|---|---|
TilesetViewer ( ) : System | ||
clip ( int &x, int &y ) : void | ||
copy ( ) : void | ||
cut ( ) : void | ||
executeMove ( ) : void | ||
handleMouseMove ( ) : void | ||
handleMouseMove ( int x, int y ) : void | ||
init ( |
||
paste ( ) : void |
Method | Description | |
---|---|---|
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void |
Method | Description | |
---|---|---|
Selection ( int x, int y ) : int | ||
slideTimer_Elapsed ( object sender, System e ) : void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
public handleMouseMove ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |