C# Class winmaped2.TilesetViewer

Inheritance: System.Windows.Forms.Control, Selection.IMaskReader
Mostra file Open project: Bananattack/verge3 Class Usage Examples

Public Properties

Property Type Description
bSelection bool
parent EditVsp

Private Properties

Property Type Description
Selection int
slideTimer_Elapsed void

Public Methods

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 ( EditVsp parent ) : void
paste ( ) : void

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
Selection ( int x, int y ) : int
slideTimer_Elapsed ( object sender, System e ) : void

Method Details

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

TilesetViewer() public method

public TilesetViewer ( ) : System
return System

clip() public method

public clip ( int &x, int &y ) : void
x int
y int
return void

copy() public method

public copy ( ) : void
return void

cut() public method

public cut ( ) : void
return void

executeMove() public method

public executeMove ( ) : void
return void

handleMouseMove() public method

public handleMouseMove ( ) : void
return void

handleMouseMove() public method

public handleMouseMove ( int x, int y ) : void
x int
y int
return void

init() public method

public init ( EditVsp parent ) : void
parent EditVsp
return void

paste() public method

public paste ( ) : void
return void

Property Details

bSelection public_oe property

public bool bSelection
return bool

parent public_oe property

public EditVsp,winmaped2 parent
return EditVsp