C# Class Plugin.Toasts.MessageView

Inheritance: UIView
ファイルを表示 Open project: adamped/Toasts.Forms.Plugin Class Usage Examples

Private Properties

Property Type Description
DescriptionSize System.Drawing.CGSize
GetStatusBarFrame System.Drawing.RectangleF
IsDeviceLandscape bool
IsRunningOnIOSVersionOrLater bool
IsStatusBarLandscape bool
MessageView System
MessageView System
MessageView System
OrientFrame CGRect
OrientationChanged void
TitleSize System.Drawing.CGSize

Public Methods

Method Description
Draw ( CGRect rect ) : void

Private Methods

Method Description
DescriptionSize ( ) : System.Drawing.CGSize
GetStatusBarFrame ( ) : RectangleF
IsDeviceLandscape ( UIDeviceOrientation orientation ) : bool
IsRunningOnIOSVersionOrLater ( int majorVersion ) : bool
IsStatusBarLandscape ( UIInterfaceOrientation orientation ) : bool
MessageView ( ) : System
MessageView ( NSString title, NSString description, ToastNotificationType type ) : System
MessageView ( string title, string description, ToastNotificationType type, Action onDismiss, System.TimeSpan duration ) : System
OrientFrame ( CGRect frame ) : CGRect
OrientationChanged ( NSNotification notification ) : void
TitleSize ( ) : System.Drawing.CGSize

Method Details

Draw() public method

public Draw ( CGRect rect ) : void
rect CGRect
return void