xtd 0.2.0
Loading...
Searching...
No Matches
resources.h
Go to the documentation of this file.
1
4#pragma once
5#include "../control.h"
6#include <xtd/drawing/bitmap>
7
9namespace xtd {
11 namespace forms::properties {
18 class resources final static_ {
19 public:
21
25
28
31
33 static const xtd::drawing::bitmap& xtd();
34
37
41 };
42 }
43}
Encapsulates a GDI+ bitmap, which consists of the pixel data for a graphics image and its attributes....
Definition bitmap.h:26
A strongly-typed resource class, for looking up localized strings, etc.
Definition resources.h:18
static const xtd::drawing::bitmap & cursor_arrow()
Looks up a localized resource of type xtd::drawing::bitmap.
static const xtd::drawing::bitmap & xtd_forms()
Looks up a localized resource of type xtd::drawing::bitmap.
static const xtd::drawing::bitmap & cursor_no_move_2d()
Looks up a localized resource of type xtd::drawing::bitmap.
static const xtd::drawing::bitmap & xtd()
Looks up a localized resource of type xtd::drawing::bitmap.
static const xtd::drawing::bitmap & xtd_console()
Looks up a localized resource of type xtd::drawing::bitmap.
static const xtd::drawing::bitmap & gammasoft()
Looks up a localized resource of type xtd::drawing::bitmap.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10