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
Name | Description |
---|---|
equals (Object) | Determines whether the specified FillOverlay is equal to the current FillOverlay. |
Parameters:
Name | Type | Description |
---|---|---|
obj | Object | The FillOverlay to compare. |
Returns: boolean
getBlend
Name | Description |
---|---|
getBlend () | FillBlendMode. Read/write FillBlendMode. |
Returns: int
getEffective
Name | Description |
---|---|
getEffective () | Gets effective Fill Overlay effect data with the inheritance applied. |
Returns: FillOverlayEffectiveData
getFillFormat
Name | Description |
---|---|
getFillFormat () | Fill format. Read-only IFillFormat. |
Returns: FillFormat
getVersion
Name | Description |
---|---|
getVersion () |
Returns: long
hashCode
Name | Description |
---|---|
hashCode () | Serves as a hash function for a particular type. |
Returns: int
setBlend
Name | Description |
---|---|
setBlend (int) | FillBlendMode. Read/write FillBlendMode. |
Returns: void