CogOCVMaxFont SetCharacterOrigins Method Cognex VisionPro
Set the origins as specified if the font is an image font.

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

public bool SetCharacterOrigins(
	CogOCVMaxFontOriginConstants origin
)

Return Value

Type: Boolean
True if the move request could be fulfilled, i.e. if the font was an image font.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxFont object has already been disposed.
InvalidOperationExceptionIf a font has not yet been imported, or if an internal error occurs.
See Also