C# 클래스 Samples.MovieElement
파일 보기
프로젝트 열기: RobertKozak/MonoMobile.Views
공개 메소드들
메소드 |
설명 |
|
Draw ( RectangleF bounds, CGContext context, UIView view ) : void |
|
|
Height ( RectangleF bounds ) : float |
|
|
MovieElement ( string caption ) : System |
|
|
ToString ( ) : string |
|
|
비공개 메소드들
메소드 상세
public Draw ( RectangleF bounds, CGContext context, UIView view ) : void |
bounds |
System.Drawing.RectangleF |
|
context |
CGContext |
|
view |
UIView |
|
리턴 |
void |
|
public Height ( RectangleF bounds ) : float |
bounds |
System.Drawing.RectangleF |
|
리턴 |
float |
|
public MovieElement ( string caption ) : System |
caption |
string |
|
리턴 |
System |
|