CogOCVMaxPoseHelper FinalPosePrepareRectangleAffine Method Cognex VisionPro 9.23
Prepare to compute the final pose by creating an interactive affine rectangle graphic and caching certain data describing its initial state.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 91.0.0.0
Syntax

public CogRectangleAffine FinalPosePrepareRectangleAffine()

Return Value

Type: CogRectangleAffine
A CogRectangleAffine that depicts the bounds of the Text property, as rendered using the current Font and FontRenderParams properties. This graphic is sized and positioned in accordance with the InitialPose property.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this method changes the cached data describing the initial state of the interactive graphic and/or the FinalPosePrepared property.
Exceptions

ExceptionCondition
InvalidOperationExceptionIf the Font has not (yet) been imported.
See Also