SolidFill

SolidFill class

Encapsulates the object that represents solid fill format

class SolidFill;

Methods

MethodDescription
getColor()Gets or sets the System.Drawing.Color.
setColor(Color)Gets or sets the System.Drawing.Color.
getCellsColor()Gets and sets the CellsColor object.
setCellsColor(CellsColor)Gets and sets the CellsColor object.
getTransparency()Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
setTransparency(number)Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
getHashCode()Gets the hash code.

getColor()

Gets or sets the System.Drawing.Color.

getColor() : Color;

Returns

Color

setColor(Color)

Gets or sets the System.Drawing.Color.

setColor(value: Color) : void;

Parameters:

ParameterTypeDescription
valueColorThe value to set.

getCellsColor()

Gets and sets the CellsColor object.

getCellsColor() : CellsColor;

Returns

CellsColor

setCellsColor(CellsColor)

Gets and sets the CellsColor object.

setCellsColor(value: CellsColor) : void;

Parameters:

ParameterTypeDescription
valueCellsColorThe value to set.

getTransparency()

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

getTransparency() : number;

setTransparency(number)

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

setTransparency(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.

getHashCode()

Gets the hash code.

getHashCode() : number;