CogOCVMaxPoseHelper FinalPosePrepare Method Cognex VisionPro 9.22 SR1
Prepare to compute the final pose by creating an appropriate interactive graphic and caching certain data describing its initial state.

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

public CogCompositeShape FinalPosePrepare()

Return Value

Type: CogCompositeShape
A CogCompositeShape the depicts the outline 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 Text property has not yet been set.
See Also