Table of Contents

Method GetSegments

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

GetSegments(Line2D[], int)

Writes all six edge segments into a caller-provided array.

public void GetSegments(Line2D[] segments, int writeStartIndex = 0)

Parameters

segments Line2D[]

The destination array.

writeStartIndex int

The index at which writing begins.