![]() |
Mako 8.2.0 API
MakoCore SDK API Documentation
|
Template for a PDF-style box. Similar to a rectangle but specified using a left, bottom, right and top coordinate. More...
#include <edl/edlgeom.h>
Public Member Functions | |
| BoxTmpl () | |
| BoxTmpl (PointType _left, PointType _bottom, PointType _right, PointType _top) | |
| BoxTmpl (const BoxTmpl< PointType > &b) | |
| BoxTmpl (const RectTmpl< PointType > &rect) | |
| BoxTmpl (BoxTmpl< PointType > &&p)=default | |
| BoxTmpl< PointType > & | operator= (const BoxTmpl< PointType > &other)=default |
| RectTmpl< PointType > | asRect () |
| void | normalize () |
| void | offset (PointType x, PointType y) |
| void | scale (PointType s) |
| bool | equal (const BoxTmpl< PointType > &other) const |
Public Attributes | |
| PointType | left |
| PointType | bottom |
| PointType | top |
| PointType | right |
Template for a PDF-style box. Similar to a rectangle but specified using a left, bottom, right and top coordinate.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
inline |
| PointType BoxTmpl< PointType >::bottom |
| PointType BoxTmpl< PointType >::left |
| PointType BoxTmpl< PointType >::right |
| PointType BoxTmpl< PointType >::top |