C# Class DrawingTestHelper.JavaDrawingTest.JavaForm

Inheritance: java.java.awt.Dialog, IMyForm
Show file Open project: kumpera/mono

Public Methods

Method Description
JavaForm ( string title, java anImage, Size s ) : System
paint ( java g ) : void

Private Methods

Method Description
IMyForm ( ) : void

Method Details

JavaForm() public method

public JavaForm ( string title, java anImage, Size s ) : System
title string
anImage java
s System.Drawing.Size
return java.lang.System

paint() public method

public paint ( java g ) : void
g java
return void