CogOCVMaxParagraphIterator GetNextParagraphOrigin Method Cognex VisionPro 9.8 SR1
Get the expected location, in paragraph coordinates, of the next paragraph after this one. This will be located so that the first line in each paragraph is aligned (vertically) and the second paragraph will not overwrite the first (that is, the second paragraph will be positioned horizontally beyond the end of the longest line in the first paragraph.

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

public CogTransform2DLinear GetNextParagraphOrigin()

Return Value

Type: CogTransform2DLinear
A CogTransform2DLinear that specifies the origin of the next paragraph in paragraph space.
Exceptions

ExceptionCondition
InvalidOperationExceptionIf this paragraph iterator cannot be found.
ObjectDisposedExceptionIf the associated CogOCVMaxPattern object has already been disposed.
See Also