xtd 0.2.0
shadows.h
Go to the documentation of this file.
1 #pragma once
5 #include "shadow.h"
6 #include <vector>
7 
9 namespace xtd {
11  namespace forms {
20  using shadows = std::vector<xtd::forms::shadow>;
21  }
22 }
23 
Contains xtd::forms::shadow class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
std::vector< xtd::forms::shadow > shadows
Represents an xtd::forms::shadow array.
Definition: shadows.h:20