Share via


NSLayoutManager.ShowAttachmentCell(NSCell, CGRect, UIntPtr) Method

Definition

[Foundation.Export("showAttachmentCell:inRect:characterIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ShowAttachmentCell(AppKit.NSCell cell, CoreGraphics.CGRect rect, UIntPtr characterIndex);
[<Foundation.Export("showAttachmentCell:inRect:characterIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShowAttachmentCell : AppKit.NSCell * CoreGraphics.CGRect * unativeint -> unit
override this.ShowAttachmentCell : AppKit.NSCell * CoreGraphics.CGRect * unativeint -> unit

Parameters

cell
NSCell
rect
CGRect
characterIndex
UIntPtr

unativeint

Attributes

Applies to