CogCircularAnnulusSection Area Property Cognex VisionPro 9.5
Returns the area enclosed by this circular annulus section.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public double Area { get; }

Property Value

Type: Double
Remarks

Returns the area enclosed by this circular annulus section.

If AngleSpan is greater than 2π, the area is the same as if were only 2π. This value is always positive.

See Also