An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:49
Contains xtd::drawing::color class.
Contains xtd::drawing::imaging::effects::effect struct.
The xtd::drawing::imaging::effects namespace provides functionality for adding effects to images.
Definition bitonal_effect.hpp:16
The xtd::drawing::imaging namespace provides advanced GDI+ imaging functionality. Basic graphics func...
Definition bitmap_data.hpp:15
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
void size(const xtd::drawing::size &value)
Sets the new size.
crop_effect(const xtd::drawing::rectangle &rectangle)
Initialise the new instance of xtd::drawing::imaging::crop_effect with specified rectangle.
void apply(xtd::drawing::image &image) const override
Apply the effect.
crop_effect(const xtd::drawing::size &size)
Initialise the new instance of xtd::drawing::imaging::crop_effect with specified size.
xtd::drawing::rectangle rectangle
Gets or sets the new rectangle.
Definition crop_effect.hpp:56
crop_effect()=default
Initialise the new instance of xtd::drawing::imaging::crop_effect object.
Represents the base class for all effects.
Definition effect.hpp:31
Stores a set of four integers that represent the location and size of a rectangle.
Definition rectangle.hpp:44
Stores an ordered pair of integers, which specify a height and width.
Definition size.hpp:32
Contains xtd::drawing::system_colors factory.