C# Class winmaped2.TilesetViewer

Inheritance: System.Windows.Forms.Control, Selection.IMaskReader
Afficher le fichier Open project: Bananattack/verge3 Class Usage Examples

Méthodes publiques

Свойство Type Description
bSelection bool
parent EditVsp

Private Properties

Свойство Type Description
Selection int
slideTimer_Elapsed void

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
Selection ( int x, int y ) : int
slideTimer_Elapsed ( object sender, System e ) : void

Method Details

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

TilesetViewer() public méthode

public TilesetViewer ( ) : System
Résultat System

clip() public méthode

public clip ( int &x, int &y ) : void
x int
y int
Résultat void

copy() public méthode

public copy ( ) : void
Résultat void

cut() public méthode

public cut ( ) : void
Résultat void

executeMove() public méthode

public executeMove ( ) : void
Résultat void

handleMouseMove() public méthode

public handleMouseMove ( ) : void
Résultat void

handleMouseMove() public méthode

public handleMouseMove ( int x, int y ) : void
x int
y int
Résultat void

init() public méthode

public init ( EditVsp parent ) : void
parent EditVsp
Résultat void

paste() public méthode

public paste ( ) : void
Résultat void

Property Details

bSelection public_oe property

public bool bSelection
Résultat bool

parent public_oe property

public EditVsp,winmaped2 parent
Résultat EditVsp