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

NameTypeAccessDescription
FillFormatIFillFormatReadGets the fill format.
BlendFillBlendModeRead/WriteGets or sets the blend.
PresentationIPresentation?ReadGets the presentation.
SlideIBaseSlide?ReadGets the slide.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
AsIImageTransformOperationIImageTransformOperationReadGets the as i image transform operation.

Methods

SignatureDescription
FillOverlay()Initializes a new instance of the FillOverlay class.

See Also