Gets/sets the size of this rectangle. The setter may change the
value of Center. It does not change the value of ShapeFromScaledUnitRectangle.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax
Property Value
Type: Cog3DVect2The size of this rectangle.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If any member of size is less than 0. |
See Also