Comprehensive Guide for Developers: Features, Integration, and API Reference
This is the complete list of members for PDF::Graphics::Geometry, including all inherited members.
| BeginFigure(const PointF &point) (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| Combine(GXCombineMode mode, const Geometry &rhs, const Matrix *xform=nullptr, float flatness=0.75) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| Copy() const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| CurveTo(const PointF &c, const PointF &to) (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| CurveTo(const PointF &c0, const PointF &c1, const PointF &to) (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| Ellipse(const RectF &bound) (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| EndFigure() (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| EndFigureClose() (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| Geometry() noexcept (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| Geometry(GXGeometry handle, bool adopt=false) noexcept (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| Geometry(const Geometry &rhs) noexcept (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| Geometry(Geometry &&rhs) noexcept (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| GetBound(const Matrix *xform=nullptr) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| GetCurrentPoint(PointF *presult) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| GetFigureNumPoints(size_t figureindex) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| GetFigureNumSegments(size_t figureindex) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| GetFigurePointsPtr(size_t figureindex) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| GetFigureSegmentPointsIndex(size_t figureindex, size_t segindex) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| GetFillRule() const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| GetNumFigures() const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| GetWidenBound(float lineWidth, const GXStrokeParams ¶ms, const Matrix *xform=nullptr, float flatness=0.75f) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| HitTest(const PointF &point) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| IsFigureClosed(size_t figureindex) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| IsFigureSegmentCurve(size_t figureindex, size_t segindex) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| IsPointsEmpty() const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| IsPointsEqual(const Geometry &rhs) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| IsRectangle(const Matrix &xform=Matrix{}) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| IsSingleLine() const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| LineTo(const PointF &to) (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| New() (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inlinestatic |
| NewFromRectangle(const PDF::RectF &rect) (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inlinestatic |
| operator=(const Geometry &rhs) noexcept (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| operator=(Geometry &&rhs) noexcept (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| Rectangle(const RectF &rect) (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| RoundRectangle(const RectF &rect, float xradii, float yradii) (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| SetFillRule(GXFillRule fillrule) (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| Simplify(float flatness=0.75) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| Transform(const Matrix &xform) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |
| Widen(float width, const GXStrokeParams ¶ms, float flatness=0.75) const (defined in PDF::Graphics::Geometry) | PDF::Graphics::Geometry | inline |