xtd 0.2.0
gradient_stop_collection.h
Go to the documentation of this file.
1 #pragma once
5 #include "drawing2d.h"
6 #include "gradient_stop.h"
7 #include <vector>
8 
10 namespace xtd {
12  namespace drawing {
14  namespace drawing_2d {
21  using gradient_stop_collection = std::vector<xtd::drawing::drawing_2d::gradient_stop>;
22  }
23  }
24 }
25 
Contains xtd::drawing::drawing_2d/::gradient_stop alias.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
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 ac...
Definition: gradient_stop_collection.h:21
Contains xtd::drawing::drawing_2d/::matrix class.