Class ImageBlendingFilterOptions

Class ImageBlendingFilterOptions

Namespace: Aspose.Imaging.ImageFilters.FilterOptions
Assembly: Aspose.Imaging.dll (25.12.0)

The image blending filter options

public class ImageBlendingFilterOptions : FilterOptionsBase

Inheritance

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

BlendingMode

Image

Gets or sets the image.

public RasterImage Image { get; set; }

Property Value

RasterImage

Opacity

Gets or sets the opacity.

public float Opacity { get; set; }

Property Value

float

Position

Gets or sets the position.

public Point Position { get; set; }

Property Value

Point

See Also

FilterOptionsBase