C# Class Samples.MovieElement

Inheritance: MonoMobile.MVVM.OwnerDrawnElement
显示文件 Open project: RobertKozak/MonoMobile.Views

Public Methods

Method Description
Draw ( RectangleF bounds, CGContext context, UIView view ) : void
Height ( RectangleF bounds ) : float
MovieElement ( string caption ) : System
ToString ( ) : string

Private Methods

Method Description
TextHeight ( RectangleF bounds ) : float

Method Details

Draw() public method

public Draw ( RectangleF bounds, CGContext context, UIView view ) : void
bounds System.Drawing.RectangleF
context CGContext
view UIView
return void

Height() public method

public Height ( RectangleF bounds ) : float
bounds System.Drawing.RectangleF
return float

MovieElement() public method

public MovieElement ( string caption ) : System
caption string
return System

ToString() public method

public ToString ( ) : string
return string