![]() |
#include <Circle.h>
Public Member Functions | |
Circle (SDF::Obj d=0) | |
Creates an Circle annotation and initializes it using given Cos/SDF object. | |
Circle (const Annot &ann) | |
Creates a Circle annotation and initializes it using given annotation object. | |
Static Public Member Functions | |
static Circle | Create (SDF::SDFDoc &doc, const Rect &pos) |
Creates a new Circle annotation in the specified document. |
When opened, it can display a pop-up window containing the text of the associated note. The ellipse may be inscribed and possibly padded within the annotation rectangle defined by the annotation dictionary's Rect entry.
pdftron::PDF::Annots::Circle::Circle | ( | SDF::Obj | d = 0 |
) |
Creates an Circle annotation and initializes it using given Cos/SDF object.
pdftron::PDF::Annots::Circle::Circle | ( | const Annot & | ann | ) | [inline] |
Creates a Circle annotation and initializes it using given annotation object.
static Circle pdftron::PDF::Annots::Circle::Create | ( | SDF::SDFDoc & | doc, | |
const Rect & | pos | |||
) | [static] |