Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Vertex(int, int)

Declaration

public Vertex(
    int x,
    int y
)

Summary

Constructor.

Parameters

intx The x-coordinate of the cell that has this vertex as its top-left corner.
inty The y-coordinate of the cell that has this vertex as its top-left corner.