PelRect Constructor (Int32, Int32, Int32, Int32)Cognex VisionPro 9.20

Construct an instance of this class with the specified parameters.

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

public PelRect(
	int x,
	int y,
	int width,
	int height
)
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf you attempt to set Width to a negative value.
ArgumentOutOfRangeExceptionIf you attempt to set Height to a negative value.
See Also