C# Class MTFontTest.DrawingView

Inheritance: UIView
Show file Open project: mono/sysdrawing-coregraphics

Public Methods

Method Description
Draw ( CGRect rect ) : void
DrawingView ( CGRect rect ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void

Protected Methods

Method Description
OnPaint ( System.Drawing.PaintEventArgs e ) : void

Private Methods

Method Description
AvailableFonts ( Graphics g ) : void
CreatePrivateFontCollection ( Graphics g ) : void
ObtainFontMetrics ( Graphics g ) : void
PrivateFonts ( Graphics g ) : void

Method Details

Draw() public method

public Draw ( CGRect rect ) : void
rect CGRect
return void

DrawingView() public method

public DrawingView ( CGRect rect ) : System
rect CGRect
return System

OnPaint() protected method

protected OnPaint ( System.Drawing.PaintEventArgs e ) : void
e System.Drawing.PaintEventArgs
return void

TouchesBegan() public method

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void