SolidFill

SolidFill class

Encapsulates the object that represents solid fill format

class SolidFill;

Properties

PropertyTypeDescription
colorColorGets or sets the Color.
cellsColorCellsColorGets and sets the CellsColor object.
transparencynumberReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Methods

MethodDescription
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:

ParameterTypeDescription
objVObject