C# Class DrawingTestHelper.NetDrawingTest.NetForm

Inheritance: System.Windows.Forms.Form, IMyForm
Show file Open project: kumpera/mono

Public Methods

Method Description
NetForm ( string title, Image anImage ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
IMyForm ( ) : void

Method Details

NetForm() public method

public NetForm ( string title, Image anImage ) : System
title string
anImage Image
return java.lang.System

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void