xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.drawing
include
xtd
drawing
drawing_2d
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
9
namespace
xtd
{
11
namespace
drawing
{
13
namespace
drawing_2d
{
20
using
gradient_stop_collection
=
xtd::collections::generic::list<xtd::drawing::drawing_2d::gradient_stop>
;
21
}
22
}
23
}
24
xtd::collections::generic::list
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search...
Definition
list.hpp:80
gradient_stop.hpp
Contains xtd::drawing::drawing_2d::gradient_stop alias.
xtd::drawing::drawing_2d::gradient_stop_collection
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
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
Generated on
for xtd by
Gammasoft
. All rights reserved.