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

A rectangle defined by four edges. More...

#include <document_ai.h>

Inheritance diagram for CRect:

Properties

int left
 Left edge (inclusive).
int top
 Top edge (inclusive).
int right
 Right edge (exclusive or inclusive by context).
int bottom
 Bottom edge (exclusive or inclusive by context).

Detailed Description

A rectangle defined by four edges.

Definition at line 62 of file document_ai.h.

Property Documentation

◆ bottom

- (int) bottom
readwritenonatomicassign

Bottom edge (exclusive or inclusive by context).

Definition at line 70 of file document_ai.h.

◆ left

- (int) left
readwritenonatomicassign

Left edge (inclusive).

Definition at line 64 of file document_ai.h.

◆ right

- (int) right
readwritenonatomicassign

Right edge (exclusive or inclusive by context).

Definition at line 68 of file document_ai.h.

◆ top

- (int) top
readwritenonatomicassign

Top edge (inclusive).

Definition at line 66 of file document_ai.h.


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