C# Class sample.DrawingView

Inheritance: UIView
Exibir arquivo Open project: mono/sysdrawing-coregraphics

Public Methods

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

Method Details

Draw() public method

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

Draw() public method

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

DrawingView() public method

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

DrawingView() public method

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