Gets the vertices of the triangle.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public PointSet Vertices { get; }
Visual Basic (Declaration)
Public ReadOnly Property Vertices As PointSet
Visual C++
public:
property PointSet^ Vertices {
	PointSet^ get ();
}

Field Value

A point set containing the vertices of the triangle

Remarks

The point set contains Vertex1, Vertex2 and Vertex3 in this order.

See Also