NSTextAttachmentContainer.GetAttachmentBounds 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述此 NSTextAttachmentContainer 界限的 RectangleF。
[Foundation.Export("attachmentBoundsForTextContainer:proposedLineFragment:glyphPosition:characterIndex:")]
public abstract CoreGraphics.CGRect GetAttachmentBounds (UIKit.NSTextContainer textContainer, CoreGraphics.CGRect proposedLineFragment, CoreGraphics.CGPoint glyphPosition, nuint characterIndex);
abstract member GetAttachmentBounds : UIKit.NSTextContainer * CoreGraphics.CGRect * CoreGraphics.CGPoint * nuint -> CoreGraphics.CGRect
參數
- textContainer
- NSTextContainer
- proposedLineFragment
- CGRect
- glyphPosition
- CGPoint
- characterIndex
- System.System.UIntPtr System.unativeint
傳回
實作
- 屬性