Summary
Describes a vertex (gridline intersection) in an
OctoCell.Grid.
Constructors
Vertex(int x, int y, int topPos) | Constructor. |
Instance methods
bool | | Refer to the documentation for Vertex.Equals. |
bool | | Refer to the documentation for object.Equals. |
int | | Refer to the documentation for object.GetHashCode. |
string | |
Provides a means for derived classes to override the SVG path generation for a line segment from another
vertex from to this one. |
string | | Refer to the documentation for object.ToString. |
Operators
bool | | Compares two Vertex values for equality. |
bool | | Compares two Vertex values for inequality. |
Instance properties
int | | Specifies the x-coordinate of the OctoCell below this vertex. |
int | | Specifies the y-coordinate of the OctoCell below this vertex. |
PointD | | Refer to the documentation for Vertex.Point. |
int | |
Specifies which of the four vertices along the left and top edge of an octagon this is (0–3 clockwise). |