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.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.0.0.0
Syntax
Return Value
Type: CogTransform2DLinearA CogTransform2DLinear that specifies the origin of the next paragraph in paragraph space.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If this paragraph iterator cannot be found. |
| ObjectDisposedException | If the associated CogOCVMaxPattern object has already been disposed. |
See Also