CogOCVMaxFont SetCharacterOrigins Method Cognex VisionPro 9.5
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: 69.0.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
InvalidOperationExceptionIf a font has not yet been imported, or if an internal error occurs.
ObjectDisposedExceptionIf this CogOCVMaxFont object has already been disposed.
See Also