C# Class MonoMac.Foundation.NSAttributedString

Mostra file Open project: kangaroo/maccore Class Usage Examples

Public Methods

Method Description
NSAttributedString ( string str, MonoMac.CoreText.CTStringAttributes attributes ) : MonoMac.CoreText
Substring ( int start, int len ) : NSAttributedString

Method Details

NSAttributedString() public method

public NSAttributedString ( string str, MonoMac.CoreText.CTStringAttributes attributes ) : MonoMac.CoreText
str string
attributes MonoMac.CoreText.CTStringAttributes
return MonoMac.CoreText

Substring() public method

public Substring ( int start, int len ) : NSAttributedString
start int
len int
return NSAttributedString