Comprehensive Guide for Developers: Features, Integration, and API Reference
Represents a brush. More...
#include <pdfsdk/cxx/graphics.h>
Public Member Functions | |
| Brush (GXBrush handle, bool adopt=false) noexcept | |
| Brush (const Brush &rhs) noexcept | |
| Brush & | operator= (const Brush &rhs) noexcept |
| Brush (Brush &&rhs) noexcept | |
| Brush & | operator= (Brush &&rhs) noexcept |
Static Public Member Functions | |
| static Brush | NewSolidBrush (const GXColor &color) |
| static Brush | NewSolidBrush (GXColorValue argb) |
| static Brush | NewBitmapBrush (const Bitmap &bitmap, const GXBitmapBrushAttrs &attrs, float opacity=1, const Matrix *xform=nullptr) |
| static Brush | NewGradientBrush (const Gradient &gradient, float opacity=1, const Matrix *xform=nullptr) |
Represents a brush.