MonoMac.Foundation.NSMutableAttributedString.NSMutableAttributedString C# (CSharp) 메소드

NSMutableAttributedString() 공개 메소드

public NSMutableAttributedString ( string str, MonoMac.CoreText.CTStringAttributes attributes ) : MonoMac.CoreText
str string
attributes MonoMac.CoreText.CTStringAttributes
리턴 MonoMac.CoreText
        public NSMutableAttributedString(string str, CTStringAttributes attributes)
            : this(str, attributes == null ? null : attributes.Dictionary)
        {
        }