5#include "../../drawing_export.h"
8#include "../rectangle.h"
10#include <xtd/iequatable>
19 namespace drawing_2d {
138 void recreate_handle();
Defines objects used to fill the interiors of graphical shapes such as rectangles,...
Definition brush.h:33
Represents an ARGB (alpha, red, green, blue) color.
Definition color.h:49
Encapsulates a xtd::drawing::brush with a conical gradient. This class cannot be inherited.
Definition conical_gradient_brush.h:35
conical_gradient_brush(const xtd::drawing::point_f ¢er, const xtd::drawing::color &color1, const xtd::drawing::color &color2, float angle)
Initializes a new instance of the xtd::drawing::drawing_2d::conical_gradient_brush class with the spe...
conical_gradient_brush()
Initializes a new instance of the xtd::drawing::drawing_2d::conical_gradient_brush class with default...
conical_gradient_brush(const xtd::drawing::point ¢er, const std::vector< xtd::drawing::color > &conical_colors)
Initializes a new instance of the xtd::drawing::drawing_2d::conical_gradient_brush class with the spe...
conical_gradient_brush(const xtd::drawing::point ¢er, const xtd::drawing::color &color1, const xtd::drawing::color &color2)
Initializes a new instance of the xtd::drawing::drawing_2d::conical_gradient_brush class with the spe...
conical_gradient_brush(const xtd::drawing::point_f ¢er, const std::vector< xtd::drawing::color > &conical_colors, float angle)
Initializes a new instance of the xtd::drawing::drawing_2d::conical_gradient_brush class with the spe...
float angle() const noexcept
Gets the angle of the gradient.
conical_gradient_brush(const xtd::drawing::point ¢er, const std::vector< xtd::drawing::color > &conical_colors, float angle)
Initializes a new instance of the xtd::drawing::drawing_2d::conical_gradient_brush class with the spe...
conical_gradient_brush(const xtd::drawing::point_f ¢er, const std::vector< xtd::drawing::color > &conical_colors)
Initializes a new instance of the xtd::drawing::drawing_2d::conical_gradient_brush class with the spe...
conical_gradient_brush(const xtd::drawing::point_f ¢er, const xtd::drawing::color &color1, const xtd::drawing::color &color2)
Initializes a new instance of the xtd::drawing::drawing_2d::conical_gradient_brush class with the spe...
conical_gradient_brush(const xtd::drawing::point ¢er, const xtd::drawing::color &color1, const xtd::drawing::color &color2, float angle)
Initializes a new instance of the xtd::drawing::drawing_2d::conical_gradient_brush class with the spe...
Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimen...
Definition point_f.h:35
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition point.h:54
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.h:22
Contains xtd::drawing::drawing_2d::gradient_stop alias.
std::vector< xtd::drawing::drawing_2d::gradient_stop > gradient_stop_collection
Represents a collection of xtd::drawing::drawing_2d::gradient_stop objects that can be individually a...
Definition gradient_stop_collection.h:20
#define drawing_export_
Define shared library export.
Definition drawing_export.h:13
std::shared_ptr< type_t > sptr
The xtd::sptr object is a shared pointer.
Definition sptr.h:25
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10