C# Class BeerDrinkin.iOS.CustomControls.BeerStatsView

Show file Open project: MikeCodesDotNet/Beer-Drinkin

Private Properties

Property Type Description
ReleaseDesignerOutlets void

Public Methods

Method Description
BeerStatsView ( ) : System
BeerStatsView ( IntPtr handle ) : System
Draw ( CGRect rect ) : void
DrawControl ( CGRect frame, string name, string country, string abv, string ibu, string srm ) : void

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

BeerStatsView() public method

public BeerStatsView ( ) : System
return System

BeerStatsView() public method

public BeerStatsView ( IntPtr handle ) : System
handle System.IntPtr
return System

Draw() public method

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

DrawControl() public method

public DrawControl ( CGRect frame, string name, string country, string abv, string ibu, string srm ) : void
frame CGRect
name string
country string
abv string
ibu string
srm string
return void