Share via


NSPickerTouchBarItem.SetImage(NSImage, IntPtr) Method

Definition

[Foundation.Export("setImage:atIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetImage(AppKit.NSImage? image, IntPtr index);
[<Foundation.Export("setImage:atIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetImage : AppKit.NSImage * nativeint -> unit
override this.SetImage : AppKit.NSImage * nativeint -> unit

Parameters

image
NSImage
index
IntPtr

nativeint

Attributes

Applies to