9 #include <xtd/drawing/image> 10 #include <xtd/optional> 65 std::optional<drawing::image> image()
const noexcept;
122 void on_handle_created(
const event_args&
e)
override;
129 std::shared_ptr<data> data_;
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition: event_args.h:18
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition: point.h:54
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:31
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
An abstract base class that provides functionality for the bitmap and metafile descended classes...
Definition: image.h:48
Contains xtd::forms::border_sides enum class.
Contains xtd::forms::control control.
static const ustring empty_string
Represents the empty string.
Definition: ustring.h:53
Contains xtd::forms::picture_box_size_mode enum class.
Contains xtd::forms::border_style enum class.
size_t size
Represents a size of any object in bytes.
Definition: types.h:195