C# Class Spryt.Canvas

Inheritance: System.Windows.Forms.Panel, IDisposable
Afficher le fichier Open project: Metapyziks/SprytEditor Class Usage Examples

Méthodes publiques

Méthode Description
Canvas ( ImageInfo image, ToolPanel toolInfoPanel ) : System
Dispose ( ) : void
SendImageChange ( ) : void
UpdateGrid ( ) : void
UpdateTiledView ( ) : void
UpdateZoomScale ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnKeyDown ( KeyEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnParentChanged ( EventArgs e ) : void
OnResize ( EventArgs eventargs ) : void

Private Methods

Méthode Description
AllSelect ( bool deselect = false ) : void
AreaSelect ( int x, int y, bool deselect = false ) : void
CanDraw ( int x, int y, bool ignoreSelected = false ) : bool
Centre ( ) : void
DrawBox ( int x, int y, System.Pixel pixel ) : void
DrawPencil ( int x, int y, System.Pixel pixel ) : void
Fill ( int x, int y, System.Pixel pixel ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnParentDisposed ( object sender, EventArgs e ) : void
OnParentMouseEnter ( object sender, EventArgs e ) : void
OnParentResize ( object sender, EventArgs e ) : void
PixelSelect ( int x, int y, bool deselect = false ) : void
UpdateBoxPreview ( int x, int y ) : void
UpdateClientSize ( ) : void
UpdateMovedRect ( int x, int y ) : void
UpdateScaledRegion ( ) : void
WandSelect ( int x, int y, bool deselect = false ) : void
Wrap ( int a, int b ) : int

Method Details

Canvas() public méthode

public Canvas ( ImageInfo image, ToolPanel toolInfoPanel ) : System
image ImageInfo
toolInfoPanel ToolPanel
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnMouseDown() protected méthode

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

OnMouseEnter() protected méthode

protected OnMouseEnter ( EventArgs e ) : void
e System.EventArgs
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

OnParentChanged() protected méthode

protected OnParentChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
Résultat void

SendImageChange() public méthode

public SendImageChange ( ) : void
Résultat void

UpdateGrid() public méthode

public UpdateGrid ( ) : void
Résultat void

UpdateTiledView() public méthode

public UpdateTiledView ( ) : void
Résultat void

UpdateZoomScale() public méthode

public UpdateZoomScale ( ) : void
Résultat void