다음을 통해 공유


NSTextContainer.ExclusionPaths 속성

정의

텍스트가 UIBezierPath제외되는 의 배열입니다.

public virtual UIKit.UIBezierPath[] ExclusionPaths { [Foundation.Export("exclusionPaths", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setExclusionPaths:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ExclusionPaths : UIKit.UIBezierPath[] with get, set

속성 값

(이 노드에 대한 추가 설명서 제공 예정)

이 값은 null일 수 있습니다.

특성

설명

제외 경로는 의 좌표계에 NSTextContainer정의됩니다(참조 ConvertRectFromView(CGRect, UIView)).

적용 대상