Skip to content

FieldPoint

CodingGlad edited this page Dec 31, 2022 · 2 revisions

public record FieldPoint(int column, int row)

This record represents a point in a field as an object.

  • Parameters:
    • column — in a field.
    • row — in a field.

Clone this wiki locally