C# Class DrawingShared.PaintEventArgs

Inheritance: System.EventArgs, IDisposable
Afficher le fichier Open project: mono/sysdrawing-coregraphics

Méthodes publiques

Méthode Description
Dispose ( ) : void
PaintEventArgs ( Graphics graphics, Rectangle clipRect ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

PaintEventArgs() public méthode

public PaintEventArgs ( Graphics graphics, Rectangle clipRect ) : System
graphics Graphics
clipRect Rectangle
Résultat System