Class ShadowFilterOptions

Class ShadowFilterOptions

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

The shadow filter options

public class ShadowFilterOptions : FilterOptionsBase

Inheritance

object FilterOptionsBase ShadowFilterOptions

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ShadowFilterOptions()

public ShadowFilterOptions()

Fields

Background

The background

public Color Background

Field Value

Color

Properties

Color

Gets or sets the color.

public Color Color { get; set; }

Property Value

Color

OffsetX

Gets or sets the offset x.

public float OffsetX { get; set; }

Property Value

float

OffsetY

Gets or sets the offset y.

public float OffsetY { get; set; }

Property Value

float

Opacity

Gets or sets the opacity.

public float Opacity { get; set; }

Property Value

float

Sigma

Gets or sets the sigma.

public double Sigma { get; set; }

Property Value

double

Size

Gets or sets the size.

public int Size { get; set; }

Property Value

int

See Also

FilterOptionsBase