Returns vertexes of the star element.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
protected override Vector[] GetVertex()
Visual Basic (Declaration)
Protected Overrides Function GetVertex As Vector()
Visual C++
protected:
virtual array<Vector>^ GetVertex() override

See Also