AIGrid.h File Reference
#include "AITypes.h"
#include "AIArt.h"
#include "AIDocumentView.h"
#include "AIHeaderBegin.h"
#include "AIHeaderEnd.h"
Go to the source code of this file.
Detailed Description
Define Documentation
#define kAIGridSuite "AI Grid Suite" |
#define kAIGridSuiteVersion kAIGridSuiteVersion5 |
#define kAIGridSuiteVersion5 AIAPI_VERSION(5) |
#define kAIGridVersion kAIGridSuiteVersion |
Typedef Documentation
Callback prototype for AIGridSuite::EnumGridLines()
, which iterates over the grid lines that intersect a given rectangle.
- Parameters:
-
| data | The developer-defined data passed to the enumeration function. |
| p0 | The first point at which the current grid line intersects the rectangle. |
| p1 | The second point at which the current grid line intersects the rectangle. |
Callback prototype for AIGridSuite::EnumPageLines()
, which iterates over the page tile lines that intersect a given rectangle.
- Parameters:
-
| data | The developer-defined data passed to the enumeration function. |
| p0 | The first point at which the current page tile line intersects the rectangle. |
| p1 | The second point at which the current page tile line intersects the rectangle. |
Enumeration Type Documentation
Grid styles, graph or dotted.
- Enumerator:
kAIGridStyleGraph |
The grid is shown as graph lines.
|
kAIGridStyleDotted |
The grid is shown as dots at intersection points.
|