NSBrowser.GetRowColumnForPoint(nint, nint, CGPoint) 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("getRow:column:forPoint:")]
public virtual bool GetRowColumnForPoint (out nint row, out nint column, CoreGraphics.CGPoint point);
abstract member GetRowColumnForPoint : * * CoreGraphics.CGPoint -> bool
override this.GetRowColumnForPoint : * * CoreGraphics.CGPoint -> bool
Parameters
- row
- System.System.IntPtr System.nativeint
- column
- System.System.IntPtr System.nativeint
- point
- CGPoint
Returns
- Attributes