C# 클래스 Plugin.Toasts.MessageView

상속: UIView
파일 보기 프로젝트 열기: adamped/Toasts.Forms.Plugin 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Draw ( CGRect rect ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Draw() 공개 메소드

public Draw ( CGRect rect ) : void
rect CGRect
리턴 void