Class ShadowFilterOptions
Class ShadowFilterOptions
Namespace: Aspose.Imaging.ImageFilters.FilterOptions
Assembly: Aspose.Imaging.dll (26.3.0)
The shadow filter options
public class ShadowFilterOptions : FilterOptionsBaseInheritance
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 BackgroundField Value
Properties
Color
Gets or sets the color.
public Color Color { get; set; }Property Value
OffsetX
Gets or sets the offset x.
public float OffsetX { get; set; }Property Value
OffsetY
Gets or sets the offset y.
public float OffsetY { get; set; }Property Value
Opacity
Gets or sets the opacity.
public float Opacity { get; set; }Property Value
Sigma
Gets or sets the sigma.
public double Sigma { get; set; }Property Value
Size
Gets or sets the size.
public int Size { get; set; }