C# Class MonoMac.Foundation.NSAttributedString

Afficher le fichier Open project: kangaroo/maccore Class Usage Examples

Méthodes publiques

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

Method Details

NSAttributedString() public méthode

public NSAttributedString ( string str, MonoMac.CoreText.CTStringAttributes attributes ) : MonoMac.CoreText
str string
attributes MonoMac.CoreText.CTStringAttributes
Résultat MonoMac.CoreText

Substring() public méthode

public Substring ( int start, int len ) : NSAttributedString
start int
len int
Résultat NSAttributedString