FillOverlay

FillOverlay class

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.

public sealed class FillOverlay : ImageTransformOperation, IFillOverlay

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
Blend { get; set; }FillBlendMode. Read/write FillBlendMode.
FillFormat { get; }Fill format. Read-only IFillFormat.

Methods

NameDescription
override Equals(object)Determines whether the specified FillOverlay is equal to the current FillOverlay.
GetEffective()Gets effective Fill Overlay effect data with the inheritance applied.
override GetHashCode()Serves as a hash function for a particular type.

See Also