Get the expected location, in paragraph coordinates, of the line after the last line in this paragraph. That is, if you were to append a line to this paragraph, this is where it would go.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.1.0.0
Syntax
Return Value
Type: CogTransform2DLinearA CogTransform2DLinear that specifies the origin of the next line 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