|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
6#include "../../graphics.hpp"
7#include "../../rectangle.hpp"
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:53
The xtd::drawing::imaging::image_effector allows effects defined in the xtd::drawing::imaging::effect...
Definition image_effector.hpp:25
#define abstract_
This keyword is used to represents an abstract class.
Definition abstract.hpp:25
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
Represents the base class for all effects.
Definition effect.hpp:31
virtual void apply(xtd::drawing::image &image) const =0
Apply the effect.