Share via


NSTextAttachmentCell.CellFrameForTextContainer Method

Definition

[Foundation.Export("cellFrameForTextContainer:proposedLineFragment:glyphPosition:characterIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect CellFrameForTextContainer(AppKit.NSTextContainer textContainer, CoreGraphics.CGRect lineFrag, CoreGraphics.CGPoint position, UIntPtr charIndex);
[<Foundation.Export("cellFrameForTextContainer:proposedLineFragment:glyphPosition:characterIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CellFrameForTextContainer : AppKit.NSTextContainer * CoreGraphics.CGRect * CoreGraphics.CGPoint * unativeint -> CoreGraphics.CGRect
override this.CellFrameForTextContainer : AppKit.NSTextContainer * CoreGraphics.CGRect * CoreGraphics.CGPoint * unativeint -> CoreGraphics.CGRect

Parameters

textContainer
NSTextContainer
lineFrag
CGRect
position
CGPoint
charIndex
UIntPtr

unativeint

Returns

Implements

Attributes

Applies to