NSBitmapImageRep.ColorAt(nint, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("colorAtX:y:")]
public virtual AppKit.NSColor ColorAt (nint x, nint y);
abstract member ColorAt : nint * nint -> AppKit.NSColor
override this.ColorAt : nint * nint -> AppKit.NSColor
Parameters
- x
- System.System.IntPtr System.nativeint
- y
- System.System.IntPtr System.nativeint
Returns
- Attributes