5#include "../forms_export.h"
7#include <xtd/drawing/graphics>
8#include <xtd/drawing/rectangle>
9#include <xtd/event_args>
54 drawing::graphics& graphics();
60 mutable
xtd::
uptr<
xtd::drawing::graphics> graphics_;
61 xtd::drawing::rectangle clip_rectangle_;
Defines an object used to draw lines and curves. This class cannot be inherited.
Definition graphics.h:70
Stores a set of four integers that represent the location and size of a rectangle.
Definition rectangle.h:44
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.h:18
#define forms_export_
Define shared library export.
Definition forms_export.h:13
std::unique_ptr< type_t > uptr
The xtd::uptr object is a unique pointer.
Definition uptr.h:25
@ control
The left or right CTRL modifier key.
Contains xtd::forms::message class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10