Share via


NSSegmentedControl.SetImage(NSImage, IntPtr) Method

Definition

[Foundation.Export("setImage:forSegment:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetImage(AppKit.NSImage? image, IntPtr segment);
[<Foundation.Export("setImage:forSegment:")>]
[<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
segment
IntPtr

nativeint

Attributes

Applies to