C# 클래스 MonoMac.Foundation.NSMutableAttributedString

파일 보기 프로젝트 열기: kangaroo/maccore 1 사용 예제들

공개 메소드들

메소드 설명
AddAttributes ( MonoMac.CoreText.CTStringAttributes attrs, MonoMac.Foundation.NSRange range ) : void
NSMutableAttributedString ( string str, MonoMac.CoreText.CTStringAttributes attributes ) : MonoMac.CoreText
SetAttributes ( MonoMac.CoreText.CTStringAttributes attrs, MonoMac.Foundation.NSRange range ) : void

메소드 상세

AddAttributes() 공개 메소드

public AddAttributes ( MonoMac.CoreText.CTStringAttributes attrs, MonoMac.Foundation.NSRange range ) : void
attrs MonoMac.CoreText.CTStringAttributes
range MonoMac.Foundation.NSRange
리턴 void

NSMutableAttributedString() 공개 메소드

public NSMutableAttributedString ( string str, MonoMac.CoreText.CTStringAttributes attributes ) : MonoMac.CoreText
str string
attributes MonoMac.CoreText.CTStringAttributes
리턴 MonoMac.CoreText

SetAttributes() 공개 메소드

public SetAttributes ( MonoMac.CoreText.CTStringAttributes attrs, MonoMac.Foundation.NSRange range ) : void
attrs MonoMac.CoreText.CTStringAttributes
range MonoMac.Foundation.NSRange
리턴 void