C# Class MTFontTest.DrawingView

Inheritance: UIView
Afficher le fichier Open project: mono/sysdrawing-coregraphics

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnPaint ( System.Drawing.PaintEventArgs e ) : void

Private Methods

Méthode Description
AvailableFonts ( Graphics g ) : void
CreatePrivateFontCollection ( Graphics g ) : void
ObtainFontMetrics ( Graphics g ) : void
PrivateFonts ( Graphics g ) : void

Method Details

Draw() public méthode

public Draw ( CGRect rect ) : void
rect CGRect
Résultat void

DrawingView() public méthode

public DrawingView ( CGRect rect ) : System
rect CGRect
Résultat System

OnPaint() protected méthode

protected OnPaint ( System.Drawing.PaintEventArgs e ) : void
e System.Drawing.PaintEventArgs
Résultat void

TouchesBegan() public méthode

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void