C# Class SphereStudio.Plugins.Components.FramePanel

Inheritance: System.Windows.Forms.Panel
Show file Open project: Radnen/spherestudio Class Usage Examples

Public Methods

Method Description
FramePanel ( Frame frame, Spriteset sprite, ISettings settings ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( System e ) : void
OnMouseLeave ( System e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FramePanel() public method

public FramePanel ( Frame frame, Spriteset sprite, ISettings settings ) : System
frame Sphere.Core.Frame
sprite Sphere.Core.Spriteset
settings ISettings
return System

OnMouseDown() protected method

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

OnMouseEnter() protected method

protected OnMouseEnter ( System e ) : void
e System
return void

OnMouseLeave() protected method

protected OnMouseLeave ( System e ) : void
e System
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