C# Class MTUniversalProject.DrawingView

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

Public Methods

Method Description
Draw ( CGRect rect ) : void
DrawingView ( CGRect rect ) : System

Private Methods

Method Description
DrawFlag ( Graphics g, float x0, float y0, float width ) : void
DrawStar ( Graphics g, float r, float xc, float yc ) : 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