Table of Contents

Method GetSegments

Namespace
Pinwheel.Vista.Geometric
Assembly
Pinwheel.Vista.Runtime.dll

GetSegments()

Gets the polygon edge segments in loop order.

public Line2D[] GetSegments()

Returns

Line2D[]

An array of segments connecting each vertex to the previous vertex, with the first edge closing the loop.