NSMatrix.CellFrameAtRowColumn(IntPtr, IntPtr) 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("cellFrameAtRow:column:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect CellFrameAtRowColumn(IntPtr row, IntPtr column);
[<Foundation.Export("cellFrameAtRow:column:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CellFrameAtRowColumn : nativeint * nativeint -> CoreGraphics.CGRect
override this.CellFrameAtRowColumn : nativeint * nativeint -> CoreGraphics.CGRect
Parameters
- row
-
IntPtr
nativeint
- column
-
IntPtr
nativeint
Returns
- Attributes