C# Class Praeclarum.UI.View

Inheritance: MonoMac.AppKit.NSView, IView
Afficher le fichier Open project: praeclarum/Praeclarum

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Initialize ( ) : void
View ( ) : System
View ( Context context ) : System
View ( Context context, global attrs ) : System
View ( Context context, global attrs, int defStyle ) : System
View ( RectangleF frame ) : System

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

View() public méthode

public View ( ) : System
Résultat System

View() public méthode

public View ( Context context ) : System
context Context
Résultat System

View() public méthode

public View ( Context context, global attrs ) : System
context Context
attrs global
Résultat System

View() public méthode

public View ( Context context, global attrs, int defStyle ) : System
context Context
attrs global
defStyle int
Résultat System

View() public méthode

public View ( RectangleF frame ) : System
frame Praeclarum.Graphics.RectangleF
Résultat System