Home | History | Annotate | Download | only in cpp

Lines Matching full:graphics2d

23 class Graphics2D : public Resource {
25 /// Default constructor for creating an is_null() <code>Graphics2D</code>
27 Graphics2D();
29 /// The copy constructor for Graphics2D. The underlying 2D context is not
33 /// @param[in] other A pointer to a <code>Graphics2D</code> context.
34 Graphics2D(const Graphics2D& other);
55 Graphics2D(const InstanceHandle& instance,
60 /// <code>Graphics2D</code> object made using the previous copy constructor.
63 virtual ~Graphics2D();
72 /// @return A new Graphics2D context.
73 Graphics2D& operator=(const Graphics2D& other);