![]() |
Mako 8.2.0 API
MakoCore SDK API Documentation
|
A representation of a PDF Quadpoint, in DOM coordinates. More...
#include <jawsmako/interactive.h>
Public Member Functions | |
CQuadPoint () | |
CQuadPoint (const FPoint &inP1, const FPoint &inP2, const FPoint &inP3, const FPoint &inP4) | |
bool | operator== (const CQuadPoint &other) const |
bool | operator!= (const CQuadPoint &other) const |
Public Attributes | |
FPoint | p1 |
FPoint | p2 |
FPoint | p3 |
FPoint | p4 |
A representation of a PDF Quadpoint, in DOM coordinates.
|
inline |
|
inline |
|
inline |
|
inline |
FPoint JawsMako::CQuadPoint::p1 |
FPoint JawsMako::CQuadPoint::p2 |
FPoint JawsMako::CQuadPoint::p3 |
FPoint JawsMako::CQuadPoint::p4 |