Returns vertexes of the poligon element.

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

Syntax

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

See Also