SolidFill
Contents
[
Hide
]SolidFill class
Encapsulates the object that represents solid fill format
class SolidFill;
Properties
Property | Type | Description |
---|---|---|
color | Color | Gets or sets the Color. |
cellsColor | CellsColor | Gets and sets the CellsColor object. |
transparency | number | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
Methods
Method | Description |
---|---|
getHashCode() | Gets the hash code. |
equals(VObject) |
color
Gets or sets the Color.
color : Color;
cellsColor
Gets and sets the CellsColor object.
cellsColor : CellsColor;
transparency
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
transparency : number;
getHashCode()
Gets the hash code.
getHashCode() : number;
equals(VObject)
equals(obj: VObject) : boolean;
Parameters:
Parameter | Type | Description |
---|---|---|
obj | VObject |