NSTextAttachmentContainer.GetAttachmentBounds Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The RectangleF describing the bounds of this 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
Parameters
- textContainer
- NSTextContainer
- proposedLineFragment
- CGRect
- glyphPosition
- CGPoint
- characterIndex
- System.System.UIntPtr System.unativeint
Returns
Implements
- Attributes