C# Class LayoutFarm.Demo_MultipleBox.MyDrawingCanvas

Inheritance: LayoutFarm.CustomWidgets.MiniAggCanvasBox
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
MyDrawingCanvas ( int w, int h ) : System.Collections.Generic

Méthodes protégées

Méthode Description
OnMouseDown ( UIMouseEventArgs e ) : void
OnMouseMove ( UIMouseEventArgs e ) : void
OnMouseUp ( UIMouseEventArgs e ) : void

Method Details

MyDrawingCanvas() public méthode

public MyDrawingCanvas ( int w, int h ) : System.Collections.Generic
w int
h int
Résultat System.Collections.Generic

OnMouseDown() protected méthode

protected OnMouseDown ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Résultat void