| MeasurementShapeCollectionTContains Method |
Determines whether the collection contains the specified shape.
Namespace: Flir.Atlas.Image.MeasurementsAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public bool Contains(
T shape
)
Parameters
- shape
- Type: T
The shape.
Return Value
Type:
Booleantrue if the collection contains the specified shape; otherwise,
false.
See Also