NSTextAttachmentContainer.GetAttachmentBounds Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Объект RectangleF, описывающий границы этого NSTextAttachmentContainer.
[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
Возвращаемое значение
Реализации
- Атрибуты