LayoutFarm.Demo_MultipleBox.MyDrawingCanvas.MyDrawingCanvas C# (CSharp) Method

MyDrawingCanvas() public method

public MyDrawingCanvas ( int w, int h ) : System.Collections.Generic
w int
h int
return System.Collections.Generic
            public MyDrawingCanvas(int w, int h)
                : base(w, h)
            {
            }
            protected override void OnMouseDown(UIMouseEventArgs e)