public class ImageBlendingFilterOptions extends FilterOptionsBase
The image blending filter options
FilterOptionsBase| Constructor and Description |
|---|
ImageBlendingFilterOptions() |
| Modifier and Type | Method and Description |
|---|---|
BlendingMode |
getBlendingMode()
Gets the blending mode.
|
RasterImage |
getImage()
Gets the image.
|
float |
getOpacity()
Gets the opacity.
|
Point |
getPosition()
Gets the position.
|
void |
setBlendingMode(BlendingMode value)
Sets the blending mode.
|
void |
setImage(RasterImage value)
Sets the image.
|
void |
setOpacity(float value)
Sets the opacity.
|
void |
setPosition(Point value)
Sets the position.
|
public final RasterImage getImage()
Gets the image.
Value: The image.public final void setImage(RasterImage value)
Sets the image.
Value: The image.value - the image.public final Point getPosition()
Gets the position.
Value: The position.public final void setPosition(Point value)
Sets the position.
Value: The position.value - the position.public final BlendingMode getBlendingMode()
Gets the blending mode.
Value: The blending mode.public final void setBlendingMode(BlendingMode value)
Sets the blending mode.
Value: The blending mode.value - the blending mode.public final float getOpacity()
Gets the opacity.
Value: The opacity.public final void setOpacity(float value)
Sets the opacity.
Value: The opacity.value - the opacity.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.