C# Class ClanceysLib.MyMoviePlayer

Inheritance: UIView
Show file Open project: Clancey/ClanceyLib

Public Methods

Method Description
MyMoviePlayer ( ) : System
MyMoviePlayer ( IntPtr handle ) : System
MyMoviePlayer ( RectangleF rect ) : System
Play ( ) : void
RemoveFromSuperview ( ) : void
WillMoveToSuperview ( UIView newsuper ) : void

Private Methods

Method Description
MyMoviePlayer ( NSCoder coder ) : System
WillExitFullScreen ( NSNotification notification ) : void

Method Details

MyMoviePlayer() public method

public MyMoviePlayer ( ) : System
return System

MyMoviePlayer() public method

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

MyMoviePlayer() public method

public MyMoviePlayer ( RectangleF rect ) : System
rect System.Drawing.RectangleF
return System

Play() public method

public Play ( ) : void
return void

RemoveFromSuperview() public method

public RemoveFromSuperview ( ) : void
return void

WillMoveToSuperview() public method

public WillMoveToSuperview ( UIView newsuper ) : void
newsuper UIView
return void