Table of Contents

Class CGSpots

A collection of CGSpot

[CGDataInfo(0.96, 0.96, 0.96, 1)]
public class CGSpots : CGData
Inheritance
CGSpots
Inherited Members

Constructors

CGSpots()

public CGSpots()

CGSpots(params CGSpot[])

public CGSpots(params CGSpot[] points)

Parameters

points CGSpot[]

CGSpots(CGSpots)

public CGSpots(CGSpots source)

Parameters

source CGSpots

CGSpots(List<CGSpot>)

public CGSpots(List<CGSpot> spots)

Parameters

spots List<CGSpot>

CGSpots(params List<CGSpot>[])

public CGSpots(params List<CGSpot>[] spots)

Parameters

spots List<CGSpot>[]

CGSpots(SubArray<CGSpot>)

public CGSpots(SubArray<CGSpot> spots)

Parameters

spots SubArray<CGSpot>

Properties

Count

public override int Count { get; }

Property Value

int

Spots

List of spots

public SubArray<CGSpot> Spots { get; set; }

Property Value

SubArray<CGSpot>

Remarks

Setting a new SubArray<T> will Free(SubArray<T>) the current SubArray<T> instance

Methods

Clone<T>()

public override T Clone<T>() where T : CGData

Returns

T

Type Parameters

T

Dispose(bool)

protected override bool Dispose(bool disposing)

Parameters

disposing bool

Returns

bool