C# 클래스 Samples.MovieElement

상속: MonoMobile.MVVM.OwnerDrawnElement
파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views

공개 메소드들

메소드 설명
Draw ( RectangleF bounds, CGContext context, UIView view ) : void
Height ( RectangleF bounds ) : float
MovieElement ( string caption ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
TextHeight ( RectangleF bounds ) : float

메소드 상세

Draw() 공개 메소드

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

Height() 공개 메소드

public Height ( RectangleF bounds ) : float
bounds System.Drawing.RectangleF
리턴 float

MovieElement() 공개 메소드

public MovieElement ( string caption ) : System
caption string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string