xtd 0.2.0
gradient_stop_collection.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "gradient_stop.hpp"
6#include <xtd/collections/generic/list>
7
9namespace xtd {
11 namespace drawing {
13 namespace drawing_2d {
21 }
22 }
23}
24
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search...
Definition list.hpp:79
Contains xtd::drawing::drawing_2d::gradient_stop alias.
xtd::collections::generic::list< 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.hpp:20
The xtd::drawing::drawing_2d namespace provides advanced two-dimensional and vector graphics function...
Definition compositing_mode.hpp:12
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8