CogEllipse SetFromBoundingRectangleAffine Method Cognex VisionPro
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: 65.1.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