NSTextBlock.GetRectForLayout 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[Foundation.Export("rectForLayoutAtPoint:inRect:textContainer:characterRange:")]
public virtual CoreGraphics.CGRect GetRectForLayout (CoreGraphics.CGPoint startingPoint, CoreGraphics.CGRect rect, AppKit.NSTextContainer textContainer, Foundation.NSRange charRange);
abstract member GetRectForLayout : CoreGraphics.CGPoint * CoreGraphics.CGRect * AppKit.NSTextContainer * Foundation.NSRange -> CoreGraphics.CGRect
override this.GetRectForLayout : CoreGraphics.CGPoint * CoreGraphics.CGRect * AppKit.NSTextContainer * Foundation.NSRange -> CoreGraphics.CGRect
參數
- startingPoint
- CGPoint
- rect
- CGRect
- textContainer
- NSTextContainer
- charRange
- NSRange
傳回
- 屬性