C# Class ClanceySamples.TestView

Inheritance: UIView
Show file Open project: Clancey/ClanceyLib

Public Methods

Method Description
TestView ( ) : System
TestView ( RectangleF rect ) : System
TestView ( RectangleF rect, string text ) : System
TestView ( RectangleF rect, string text, UIColor backColor ) : System

Method Details

TestView() public method

public TestView ( ) : System
return System

TestView() public method

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

TestView() public method

public TestView ( RectangleF rect, string text ) : System
rect System.Drawing.RectangleF
text string
return System

TestView() public method

public TestView ( RectangleF rect, string text, UIColor backColor ) : System
rect System.Drawing.RectangleF
text string
backColor UIColor
return System