C# Class System.Windows.Forms.InternalUserControl

Inheritance: UserControlMouseView, IControl
Show file Open project: Clancey/MonoMac.Windows.Form

Public Methods

Method Description
DrawRect ( RectangleF dirtyRect ) : void
FontChanged ( ) : void

Protected Methods

Method Description
OnPaintBackground ( PaintEventArgs e ) : void

Method Details

DrawRect() public method

public DrawRect ( RectangleF dirtyRect ) : void
dirtyRect System.Drawing.RectangleF
return void

FontChanged() public method

public FontChanged ( ) : void
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void