Class ImageBlendingFilterOptions
Class ImageBlendingFilterOptions
Namespace: Aspose.Imaging.ImageFilters.FilterOptions
Assembly: Aspose.Imaging.dll (25.12.0)
The image blending filter options
public class ImageBlendingFilterOptions : FilterOptionsBaseInheritance
object ← FilterOptionsBase ← ImageBlendingFilterOptions
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ImageBlendingFilterOptions()
public ImageBlendingFilterOptions()Properties
BlendingMode
Gets or sets the blending mode.
public BlendingMode BlendingMode { get; set; }Property Value
Image
Gets or sets the image.
public RasterImage Image { get; set; }Property Value
Opacity
Gets or sets the opacity.
public float Opacity { get; set; }Property Value
Position
Gets or sets the position.
public Point Position { get; set; }