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
返回
实现
- 属性