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.
[Foundation.Export("attachmentBoundsForTextContainer:proposedLineFragment:glyphPosition:characterIndex:")]
public abstract CoreGraphics.CGRect GetAttachmentBounds (AppKit.NSTextContainer textContainer, CoreGraphics.CGRect lineFrag, CoreGraphics.CGPoint position, nuint charIndex);
abstract member GetAttachmentBounds : AppKit.NSTextContainer * CoreGraphics.CGRect * CoreGraphics.CGPoint * nuint -> CoreGraphics.CGRect
Parameters
- textContainer
- NSTextContainer
- lineFrag
- CGRect
- position
- CGPoint
- charIndex
- System.System.UIntPtr System.unativeint
Returns
Implements
- Attributes