Ellipse GetBoundingRectangleAffine Method Cognex VisionPro 9.25 SR1

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.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax

public RectangleAffine 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: RectangleAffine

The returned RectangleAffine.

Remarks

Returns an RectangleAffine 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