Class ImageBlendingFilterOptions

ImageBlendingFilterOptions class

The image blending filter options

public class ImageBlendingFilterOptions : FilterOptionsBase

Constructors

NameDescription
ImageBlendingFilterOptions()The default constructor.

Properties

NameDescription
BlendingMode { get; set; }Gets or sets the blending mode.
Image { get; set; }Gets or sets the image.
Opacity { get; set; }Gets or sets the opacity.
Position { get; set; }Gets or sets the position.

See Also