8 #include "../../drawing_export.h" 11 #include "../rectangle.h" 102 float angle()
const noexcept;
138 void recreate_handle();
140 std::shared_ptr<data> data_;
Encapsulates a xtd::drawing::brush with a conical gradient. This class cannot be inherited.
Definition: conical_gradient_brush.h:35
Contains xtd::iequatable interface.
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition: point.h:54
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
std::vector< xtd::drawing::drawing2d::gradient_stop > gradient_stop_collection
Represents a collection of xtd::drawing::drawing2d::gradient_stop objects that can be individually ac...
Definition: gradient_stop_collection.h:20
Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimen...
Definition: point_f.h:35
Specifies that the xtd::drawing::pen object is centered over the theoretical line.
Represents an ARGB (alpha, red, green, blue) color.
Definition: color.h:45
Contains xtd::drawing::drawing2d::gradient_stop alias.
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition: iequatable.h:18
Defines objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
Definition: brush.h:51