FillOverlay

Overview

FillOverlay is a class in Aspose.Slides FOSS for .NET. Inherits from: ISlideComponent, IFillOverlay, IImageTransformOperation.

Represents a Fill Overlay effect. A fill overlay may be used to specify an additional fill for an object and blend the two fills together.

Properties

NameTypeAccessDescription
FillFormatIFillFormatReadProvides the fill formatting applied by the overlay
BlendFillBlendModeRead/WriteSpecifies the blend mode used when compositing the overlay
PresentationIPresentation?ReadGets or sets the presentation that owns this overlay
SlideIBaseSlide?ReadGets or sets the slide on which the overlay is applied
AsIPresentationComponentIPresentationComponentReadExposes the overlay as an IPresentationComponent
AsIImageTransformOperationIImageTransformOperationReadExposes the overlay as an IImageTransformOperation

Methods

SignatureDescription
FillOverlay()Creates a new FillOverlay instance

See Also