C# Class DrawingTestHelper.NetDrawingTest.NetForm

Inheritance: System.Windows.Forms.Form, IMyForm
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
NetForm ( string title, Image anImage ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
IMyForm ( ) : void

Method Details

NetForm() public méthode

public NetForm ( string title, Image anImage ) : System
title string
anImage Image
Résultat java.lang.System

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void