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.

equals

NameDescription
equals (Object)Determines whether the specified FillOverlay is equal to the current FillOverlay.

Parameters:

NameTypeDescription
objObjectThe FillOverlay to compare.

Returns: boolean


getBlend

NameDescription
getBlend ()FillBlendMode. Read/write FillBlendMode.

Returns: int


getEffective

NameDescription
getEffective ()Gets effective Fill Overlay effect data with the inheritance applied.

Returns: FillOverlayEffectiveData


getFillFormat

NameDescription
getFillFormat ()Fill format. Read-only IFillFormat.

Returns: FillFormat


getVersion

NameDescription
getVersion ()

Returns: long


hashCode

NameDescription
hashCode ()Serves as a hash function for a particular type.

Returns: int


setBlend

NameDescription
setBlend (int)FillBlendMode. Read/write FillBlendMode.

Returns: void