ComPDF Objective-C SDK
API Reference Documentation for ComPDF Objective-C SDK
Loading...
Searching...
No Matches
CLine Class Reference

A 2D line segment. More...

#include <document_ai.h>

Inheritance diagram for CLine:

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.

Detailed Description

A 2D line segment.

Definition at line 45 of file document_ai.h.

Property Documentation

◆ endX

- (int) endX
readwritenonatomicassign

X coordinate of end point.

Definition at line 52 of file document_ai.h.

◆ endY

- (int) endY
readwritenonatomicassign

Y coordinate of end point.

Definition at line 54 of file document_ai.h.

◆ startX

- (int) startX
readwritenonatomicassign

X coordinate of start point.

Definition at line 48 of file document_ai.h.

◆ startY

- (int) startY
readwritenonatomicassign

Y coordinate of start point.

Definition at line 50 of file document_ai.h.


The documentation for this class was generated from the following file: