C# Class MTExample2_1.DrawingView

Inheritance: UIView
显示文件 Open project: mono/sysdrawing-coregraphics

Public Methods

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

Private Methods

Method Description
DrawMatrix ( Matrix m, Graphics g, int x, int y ) : void

Method Details

Draw() public method

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

DrawingView() public method

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