FillOverlay
Overview
FillOverlay is a class in Aspose.Slides FOSS for .NET.
Inherits from: ISlideComponent, IFillOverlay, IImageTransformOperation.
Represents a Fill Overlay effect.
This class provides 1 method for working with FillOverlay objects in .NET programs.
Available methods include: FillOverlay.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AsIImageTransformOperation, AsIPresentationComponent, Blend, FillFormat, Presentation, Slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FillFormat | IFillFormat | Read | Gets the fill format. |
Blend | FillBlendMode | Read/Write | Gets or sets the blend. |
Presentation | IPresentation? | Read | Gets the presentation. |
Slide | IBaseSlide? | Read | Gets the slide. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
AsIImageTransformOperation | IImageTransformOperation | Read | Gets the as i image transform operation. |
Methods
| Signature | Description |
|---|---|
FillOverlay() | Initializes a new instance of the FillOverlay class. |