CogEllipse SetFromBoundingRectangleAffine Method Cognex VisionPro 9.7
Sets the properties of this ellipse from the given bounding affine rectangle.

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

public void SetFromBoundingRectangleAffine(
	CogRectangleAffine newBoundingRect
)
Events

Event TypeReason
CogEllipse Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Remarks

    Sets the properties of this ellipse from the given bounding CogRectangleAffine.

    See Also