The xtd::drawing::imaging::image_effector allows effects defined in the xtd::drawing::imaging::effects namespace to be applied to both xtd::drawing::image and xtd::drawing::graphics via overloaded xtd::drawing::imaging::image_effector::set_effect methods. This class cannot be inherited.
Public Static Methods | |
| static xtd::drawing::image | set_effect (const xtd::drawing::image &image, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid image. | |
| static xtd::drawing::image | set_effect (const xtd::drawing::image &image, int32 x, int32 y, int32 width, int32 height, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid image with rectangle. | |
| static xtd::drawing::image | set_effect (const xtd::drawing::image &image, float x, float y, float width, float height, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid image with rectangle. | |
| static xtd::drawing::image | set_effect (const xtd::drawing::image &image, const xtd::drawing::rectangle &rectangle, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid image with rectangle. | |
| static xtd::drawing::image | set_effect (const xtd::drawing::image &image, const xtd::drawing::rectangle_f &rectangle, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid image with rectangle. | |
| static xtd::drawing::image | set_effect (const xtd::drawing::image &image, const xtd::drawing::region ®ion, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid image with rectangle. | |
| static void | set_effect (xtd::drawing::image &image, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid image. | |
| static void | set_effect (xtd::drawing::image &image, int32 x, int32 y, int32 width, int32 height, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid image with rectangle. | |
| static void | set_effect (xtd::drawing::image &image, float x, float y, float width, float height, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid image with rectangle. | |
| static void | set_effect (xtd::drawing::image &image, const xtd::drawing::rectangle &rectangle, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid image with rectangle. | |
| static void | set_effect (xtd::drawing::image &image, const xtd::drawing::rectangle_f &rectangle, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid image with rectangle. | |
| static void | set_effect (xtd::drawing::image &image, const xtd::drawing::region ®ion, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid image with rectangle. | |
| static void | set_effect (xtd::drawing::graphics &graphics, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid graphics. | |
| static void | set_effect (xtd::drawing::graphics &graphics, int32 x, int32 y, int32 width, int32 height, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid graphics with rectangle. | |
| static void | set_effect (xtd::drawing::graphics &graphics, float x, float y, float width, float height, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid graphics with rectangle. | |
| static void | set_effect (xtd::drawing::graphics &graphics, const xtd::drawing::rectangle &rectangle, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid graphics with rectangle. | |
| static void | set_effect (xtd::drawing::graphics &graphics, const xtd::drawing::rectangle_f &rectangle, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid graphics with rectangle. | |
| static void | set_effect (xtd::drawing::graphics &graphics, const xtd::drawing::region ®ion, const xtd::drawing::imaging::effects::effect &effect) |
| Sets the specified effects to the specifid graphics with rectangle. | |
|
static |
Sets the specified effects to the specifid image.
| image | The xtd::drawing::image to which to apply the effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid image with rectangle.
| image | The xtd::drawing::image to which to apply the effect. |
| x | The x-coordinate of the upper-left corner of the bounding rectangle to with apply effect. |
| y | The y-coordinate of the upper-left corner of the bounding rectangle to with apply effect. |
| width | Width of the bounding rectangle to with apply effect. |
| height | Height of the bounding rectangle to with apply effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid image with rectangle.
| image | The xtd::drawing::image to which to apply the effect. |
| x | The x-coordinate of the upper-left corner of the bounding rectangle to with apply effect. |
| y | The y-coordinate of the upper-left corner of the bounding rectangle to with apply effect. |
| width | Width of the bounding rectangle to with apply effect. |
| height | Height of the bounding rectangle to with apply effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid image with rectangle.
| image | The xtd::drawing::image to which to apply the effect. |
| rectangle | The xtd::drawing::rectangle to with apply effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid image with rectangle.
| image | The xtd::drawing::image to which to apply the effect. |
| rectangle | The xtd::drawing::rectangle to with apply effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid image with rectangle.
| image | The xtd::drawing::image to which to apply the effect. |
| region | The xtd::drawing::region to with apply effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid image.
| image | The xtd::drawing::image to which to apply the effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid image with rectangle.
| image | The xtd::drawing::image to which to apply the effect. |
| x | The x-coordinate of the upper-left corner of the bounding rectangle to with apply effect. |
| y | The y-coordinate of the upper-left corner of the bounding rectangle to with apply effect. |
| width | Width of the bounding rectangle to with apply effect. |
| height | Height of the bounding rectangle to with apply effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid image with rectangle.
| image | The xtd::drawing::image to which to apply the effect. |
| x | The x-coordinate of the upper-left corner of the bounding rectangle to with apply effect. |
| y | The y-coordinate of the upper-left corner of the bounding rectangle to with apply effect. |
| width | Width of the bounding rectangle to with apply effect. |
| height | Height of the bounding rectangle to with apply effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid image with rectangle.
| image | The xtd::drawing::image to which to apply the effect. |
| rectangle | The xtd::drawing::rectangle to with apply effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid image with rectangle.
| image | The xtd::drawing::image to which to apply the effect. |
| rectangle | The xtd::drawing::rectangle to with apply effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid image with rectangle.
| image | The xtd::drawing::image to which to apply the effect. |
| region | The xtd::drawing::region to with apply effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid graphics.
| image | The xtd::drawing::graphics to which to apply the effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid graphics with rectangle.
| image | The xtd::drawing::graphics to which to apply the effect. |
| x | The x-coordinate of the upper-left corner of the bounding rectangle to with apply effect. |
| y | The y-coordinate of the upper-left corner of the bounding rectangle to with apply effect. |
| width | Width of the bounding rectangle to with apply effect. |
| height | Height of the bounding rectangle to with apply effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid graphics with rectangle.
| image | The xtd::drawing::graphics to which to apply the effect. |
| x | The x-coordinate of the upper-left corner of the bounding rectangle to with apply effect. |
| y | The y-coordinate of the upper-left corner of the bounding rectangle to with apply effect. |
| width | Width of the bounding rectangle to with apply effect. |
| height | Height of the bounding rectangle to with apply effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid graphics with rectangle.
| image | The xtd::drawing::graphics to which to apply the effect. |
| rectangle | The xtd::drawing::rectangle to with apply effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid graphics with rectangle.
| image | The xtd::drawing::graphics to which to apply the effect. |
| rectangle | The xtd::drawing::rectangle to with apply effect. |
| effect | The effect to apply. |
|
static |
Sets the specified effects to the specifid graphics with rectangle.
| image | The xtd::drawing::graphics to which to apply the effect. |
| region | The xtd::drawing::rectangle to with apply effect. |
| effect | The effect to apply. |