C# Class sample.DrawingView

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

Méthodes publiques

Méthode Description
Draw ( CGRect rect ) : void
Draw ( RectangleF rect ) : void
DrawingView ( CGRect rect ) : System
DrawingView ( RectangleF rect ) : System

Method Details

Draw() public méthode

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

Draw() public méthode

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
Résultat void

DrawingView() public méthode

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

DrawingView() public méthode

public DrawingView ( RectangleF rect ) : System
rect System.Drawing.RectangleF
Résultat System