C# Class LayoutFarm.Demo_MultipleBox.MyDrawingCanvas

Inheritance: LayoutFarm.CustomWidgets.MiniAggCanvasBox
Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
MyDrawingCanvas ( int w, int h ) : System.Collections.Generic

Protected Methods

Method Description
OnMouseDown ( UIMouseEventArgs e ) : void
OnMouseMove ( UIMouseEventArgs e ) : void
OnMouseUp ( UIMouseEventArgs e ) : void

Method Details

MyDrawingCanvas() public method

public MyDrawingCanvas ( int w, int h ) : System.Collections.Generic
w int
h int
return System.Collections.Generic

OnMouseDown() protected method

protected OnMouseDown ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
return void