CogEllipse GetBoundingRectangleAffine Method Cognex VisionPro
Extracts an affine rectangle which bounds this ellipse. If DeSkew is TRUE, the rectangle will have zero skew and will be aligned with the principal axes of the ellipse. If DeSkew is false, the rectangle may contain skew.

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

public CogRectangleAffine GetBoundingRectangleAffine(
	bool deSkew
)

Parameters

deSkew
Type: System Boolean

Set to True to return a rectangle with no skew. Set to False to return a rectangle that may contain skew.

Return Value

Type: CogRectangleAffine

The returned CogRectangleAffine.

Remarks

Returns an CogRectangleAffine that bounds this ellipse. If deSkew is True, the rectangle will have zero skew and will be aligned with the principal axes of the ellipse. If deSkew is False, the rectangle may contain skew.

See Also