Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Nested class: RT.Coordinates.CircularCell.VertexSummaryDescribes a vertex in a CircularCell grid. ConstructorsInstance methodsbool | | Refer to the documentation for Vertex.Equals. | bool | | Refer to the documentation for object.Equals. | int | | Refer to the documentation for object.GetHashCode. | string | | Refer to the documentation for Vertex.SvgPathFragment. | string | | Refer to the documentation for object.ToString. |
Operatorsbool | | Compares two Vertex values for equality. | bool | | Compares two Vertex values for inequality. |
Instance propertiesPointD | | Refer to the documentation for Vertex.Point. | CircleFraction | |
The angle of this vertex from the vertical, expressed as a fraction of the full circle. | int | | The distance of this vertex from the origin. |
|