C# Class DrawingShared.PaintEventArgs

Inheritance: System.EventArgs, IDisposable
Mostrar archivo Open project: mono/sysdrawing-coregraphics

Public Methods

Method Description
Dispose ( ) : void
PaintEventArgs ( Graphics graphics, Rectangle clipRect ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

PaintEventArgs() public method

public PaintEventArgs ( Graphics graphics, Rectangle clipRect ) : System
graphics Graphics
clipRect Rectangle
return System