Rectangle Height Property Cognex VisionPro 9.20
Get

Height of this rectangle.

Set

Sets Height.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public double Height { get; set; }

Property Value

Type: Double
Default Value: 100
Exceptions

ExceptionCondition
ArgumentExceptionNew height is <= 0.
Remarks

The height of this rectangle.

Remarks

Changed Raised when the value of this property changes.

See Also