|
ComPDF Objective-C SDK
API Reference Documentation for ComPDF Objective-C SDK
|
A 2D line segment. More...
#include <document_ai.h>
Properties | |
| int | startX |
| X coordinate of start point. | |
| int | startY |
| Y coordinate of start point. | |
| int | endX |
| X coordinate of end point. | |
| int | endY |
| Y coordinate of end point. | |
A 2D line segment.
Definition at line 45 of file document_ai.h.
|
readwritenonatomicassign |
X coordinate of end point.
Definition at line 52 of file document_ai.h.
|
readwritenonatomicassign |
Y coordinate of end point.
Definition at line 54 of file document_ai.h.
|
readwritenonatomicassign |
X coordinate of start point.
Definition at line 48 of file document_ai.h.
|
readwritenonatomicassign |
Y coordinate of start point.
Definition at line 50 of file document_ai.h.