Share via


NSMatrix.GetRowColumnForPoint(IntPtr, IntPtr, CGPoint) Method

Definition

[Foundation.Export("getRow:column:forPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool GetRowColumnForPoint(out IntPtr row, out IntPtr column, CoreGraphics.CGPoint aPoint);
[<Foundation.Export("getRow:column:forPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRowColumnForPoint : nativeint * nativeint * CoreGraphics.CGPoint -> bool
override this.GetRowColumnForPoint : nativeint * nativeint * CoreGraphics.CGPoint -> bool

Parameters

row
IntPtr

nativeint

column
IntPtr

nativeint

aPoint
CGPoint

Returns

Attributes

Applies to