C# Class winmaped2.LPanel

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: Bananattack/verge3 Class Usage Examples

Méthodes publiques

Свойство Type Description
LayerRef int
Render bool
Write bool
mLayerRef MapLayer

Méthodes publiques

Méthode Description
AdjustForScroll ( ) : void
LPanel ( Panel lTool, MapLayer ml, bool render, bool write, int layer ) : System
SelectForWrite ( ) : 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
DrawFrame ( PaintEventArgs e, int x, int y, int w, int h ) : void
DrawFrameInv ( PaintEventArgs e, int x, int y, int w, int h ) : void
SlideTo ( int x ) : void
cmenu_Popup ( object sender, EventArgs e ) : void
open_properties ( ) : void
properties_menu ( object sender, EventArgs e ) : void

Method Details

AdjustForScroll() public méthode

public AdjustForScroll ( ) : void
Résultat void

LPanel() public méthode

public LPanel ( Panel lTool, MapLayer ml, bool render, bool write, int layer ) : System
lTool System.Windows.Forms.Panel
ml MapLayer
render bool
write bool
layer int
Résultat System

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

SelectForWrite() public méthode

public SelectForWrite ( ) : void
Résultat void

Property Details

LayerRef public_oe property

public int LayerRef
Résultat int

Render public_oe property

public bool Render
Résultat bool

Write public_oe property

public bool Write
Résultat bool

mLayerRef public_oe property

public MapLayer,winmaped2 mLayerRef
Résultat MapLayer