xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.drawing
include
xtd
drawing
drawing_2d
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
9
namespace
xtd
{
11
namespace
drawing
{
13
namespace
drawing_2d
{
23
using
gradient_stop
=
xtd::collections::generic::key_value_pair<xtd::drawing::color, float>
;
24
}
25
}
26
}
27
color.hpp
Contains xtd::drawing::color class.
xtd::drawing::drawing_2d::gradient_stop
xtd::collections::generic::key_value_pair< xtd::drawing::color, float > gradient_stop
Describes the location and color of a transition point in a gradient.
Definition
gradient_stop.hpp:23
xtd::drawing::drawing_2d
The xtd::drawing::drawing_2d namespace provides advanced two-dimensional and vector graphics function...
Definition
compositing_mode.hpp:12
xtd::drawing
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition
actions_system_images.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
xtd::collections::generic::key_value_pair
Defines a key/value pair that can be set or retrieved.
Definition
key_value_pair.hpp:37
Generated on
for xtd by
Gammasoft
. All rights reserved.