Click or drag to resize
MeasurementShapeCollectionTContains Method
Determines whether the collection contains the specified shape.

Namespace: Flir.Atlas.Image.Measurements
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public bool Contains(
	T shape
)

Parameters

shape
Type: T
The shape.

Return Value

Type: Boolean
true if the collection contains the specified shape; otherwise, false.
See Also