public interface IFillOverlay extends IImageTransformOperation, IAccessiblePVIObject<IFillOverlayEffectiveData>
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.
Modifier and Type | Method and Description |
---|---|
int |
getBlend()
FillBlendMode.
|
IFillFormat |
getFillFormat()
Fill format.
|
void |
setBlend(int value)
FillBlendMode.
|
getEffective
int getBlend()
FillBlendMode.
Read/write FillBlendMode
.
void setBlend(int value)
FillBlendMode.
Read/write FillBlendMode
.
IFillFormat getFillFormat()
Fill format.
Read-only IFillFormat
.