Show / Hide Table of Contents

Constructor GridPoint

| Improve this Doc View Source

GridPoint(Int32, Int32)

Initializes a new instance of GridPoint.

Declaration
public GridPoint(int x, int y)
Parameters
Type Name Description
System.Int32 x

The index of grid column.

System.Int32 y

The index of grid row.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest