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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
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: CogRectangleAffineThe 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