5#include "../forms_export.hpp" 
    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.hpp:70
 
Stores a set of four integers that represent the location and size of a rectangle.
Definition rectangle.hpp:44
 
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.hpp:18
 
#define forms_export_
Define shared library export.
Definition forms_export.hpp:13
 
std::unique_ptr< type_t > uptr
The xtd::uptr object is a unique pointer.
Definition uptr.hpp: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.hpp:10