C# Class Samples.MovieElement

Inheritance: MonoMobile.MVVM.OwnerDrawnElement
Afficher le fichier Open project: RobertKozak/MonoMobile.Views

Méthodes publiques

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

Private Methods

Méthode Description
TextHeight ( RectangleF bounds ) : float

Method Details

Draw() public méthode

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

Height() public méthode

public Height ( RectangleF bounds ) : float
bounds System.Drawing.RectangleF
Résultat float

MovieElement() public méthode

public MovieElement ( string caption ) : System
caption string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string