Method | Description | |
---|---|---|
Canvas ( |
||
Dispose ( ) : void | ||
SendImageChange ( ) : void | ||
UpdateGrid ( ) : void | ||
UpdateTiledView ( ) : void | ||
UpdateZoomScale ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnKeyDown ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseEnter ( |
||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnParentChanged ( |
||
OnResize ( |
Method | 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, |
||
OnParentMouseEnter ( object sender, |
||
OnParentResize ( object sender, |
||
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 |
public Canvas ( |
||
image | ||
toolInfoPanel | ||
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseEnter ( |
||
e | ||
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnParentChanged ( |
||
e | ||
return | void |
protected OnResize ( |
||
eventargs | ||
return | void |