Method GridToMorton NamespaceSkiaSharp.Extended AssemblySkiaSharp.Extended.dll GridToMorton(int, int) Converts (column, row) to a Morton index. public static int GridToMorton(int col, int row) Parameters col int row int Returns int