xtd 0.2.0
Loading...
Searching...
No Matches
gradient_stop_collection.h
Go to the documentation of this file.
1
4#pragma once
5#include "gradient_stop.h"
6#include <vector>
7
9namespace xtd {
11 namespace drawing {
13 namespace drawing_2d {
20 using gradient_stop_collection = std::vector<xtd::drawing::drawing_2d::gradient_stop>;
21 }
22 }
23}
24
Contains xtd::drawing::drawing_2d::gradient_stop alias.
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 a...
Definition gradient_stop_collection.h:20
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10