C# Class Smartmobili.Cocoa.NSFont

Inheritance: NSObject
Afficher le fichier Open project: smartmobili/CocoaBuilder Class Usage Examples

Méthodes publiques

Свойство Type Description
Class Class

Méthodes publiques

Méthode Description
Alloc ( ) : NSFont
FontWithNameSize ( string aFontName, double aSize ) : NSFont
InitWithCoder ( NSCoder aDecoder ) : id
NSFont ( ) : System
SystemFontOfSize ( double aFontSize ) : NSFont

Method Details

Alloc() public static méthode

public static Alloc ( ) : NSFont
Résultat NSFont

FontWithNameSize() public static méthode

public static FontWithNameSize ( string aFontName, double aSize ) : NSFont
aFontName string
aSize double
Résultat NSFont

InitWithCoder() public méthode

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
Résultat id

NSFont() public méthode

public NSFont ( ) : System
Résultat System

SystemFontOfSize() public static méthode

public static SystemFontOfSize ( double aFontSize ) : NSFont
aFontSize double
Résultat NSFont

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
Résultat Class