NSMatrix.GetRowsAndColumnsCount(nint, nint) Method
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("getNumberOfRows:columns:")]
public virtual void GetRowsAndColumnsCount(out nint rowCount, out nint colCount);
abstract member GetRowsAndColumnsCount : * -> unit
override this.GetRowsAndColumnsCount : * -> unit
- rowCount
- System.System.IntPtr System.nativeint
- colCount
- System.System.IntPtr System.nativeint
- Attributes