xtd 0.2.0
gradient_stop.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "../color.hpp"
6#include <xtd/collections/generic/key_value_pair>
7
9namespace xtd {
11 namespace drawing {
13 namespace drawing_2d {
24 }
25 }
26}
27
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
Defines a key/value pair that can be set or retrieved.
Definition key_value_pair.hpp:37