PDFix SDK  6.5.0
_PdfQuad Struct Reference

PdfQuad. More...

Public Attributes

PdfPoint tl
 
PdfPoint tr
 
PdfPoint bl
 
PdfPoint br
 

Detailed Description

PdfQuad.

A quadrilateral represented by four points (one at each corner) in user space coordinates. A quadrilateral differs from a rectangle in that a rectangle must always have horizontal and vertical sides, and opposite sides must be parallel.

Member Data Documentation

◆ bl

PdfPoint _PdfQuad::bl

Bottom left point.

◆ br

PdfPoint _PdfQuad::br

Bottom right point.

◆ tl

PdfPoint _PdfQuad::tl

Top left point.

◆ tr

PdfPoint _PdfQuad::tr

Top right point.