Share via


NSBitmapImageRep.SetColorAt(NSColor, IntPtr, IntPtr) Method

Definition

[Foundation.Export("setColor:atX:y:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetColorAt(AppKit.NSColor color, IntPtr x, IntPtr y);
[<Foundation.Export("setColor:atX:y:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetColorAt : AppKit.NSColor * nativeint * nativeint -> unit
override this.SetColorAt : AppKit.NSColor * nativeint * nativeint -> unit

Parameters

color
NSColor
x
IntPtr

nativeint

y
IntPtr

nativeint

Attributes

Applies to