C# Class PaintEventArgs, sysdrawing-coregraphics

Inheritance: EventArgs, IDisposable
Datei anzeigen Open project: mono/sysdrawing-coregraphics Class Usage Examples

Public Methods

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

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, CGRect clipRect )
graphics Graphics,
clipRect CGRect

PaintEventArgs() public method

public PaintEventArgs ( Graphics, graphics, Rectangle, clipRect )
graphics Graphics,
clipRect Rectangle,