The xtd::drawing::drawing_2d namespace provides advanced two-dimensional and vector graphics functionality.
Classes | |
| class | conical_gradient_brush |
| Encapsulates a xtd::drawing::brush with a conical gradient. This class cannot be inherited. More... | |
| class | graphics_path |
| Defines an object used to draw lines and curves. This class cannot be inherited. More... | |
| class | graphics_state |
| Represents the state of a xtd::drawing::graphics object. This object is returned by a call to the xtd::drawing::graphics::save() methods. This class cannot be inherited. More... | |
| class | hatch_brush |
| Defines a rectangular xtd::drawing::brush with a hatch style, a foreground color, and a background color. This class cannot be inherited. More... | |
| class | linear_gradient_brush |
| Encapsulates a xtd::drawing::brush with a linear gradient. This class cannot be inherited. More... | |
| class | matrix |
| Encapsulates a 3-by-3 affine matrix that represents a geometric transform. This class cannot be inherited. More... | |
| class | radial_gradient_brush |
| Encapsulates a xtd::drawing::brush with a radial gradient. This class cannot be inherited. More... | |
Alias | |
| using | gradient_stop |
| Describes the location and color of a transition point in a gradient. | |
| using | gradient_stop_collection |
| Represents a collection of xtd::drawing::drawing_2d::gradient_stop objects that can be individually accessed by index. | |