C# Class Smartmobili.Cocoa.NSFont

Inheritance: NSObject
Mostra file Open project: smartmobili/CocoaBuilder Class Usage Examples

Public Properties

Property Type Description
Class Class

Public Methods

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

Method Details

Alloc() public static method

public static Alloc ( ) : NSFont
return NSFont

FontWithNameSize() public static method

public static FontWithNameSize ( string aFontName, double aSize ) : NSFont
aFontName string
aSize double
return NSFont

InitWithCoder() public method

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
return id

NSFont() public method

public NSFont ( ) : System
return System

SystemFontOfSize() public static method

public static SystemFontOfSize ( double aFontSize ) : NSFont
aFontSize double
return NSFont

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class