SolidFill Class

SolidFill class

Encapsulates the object that represents solid fill format


type SolidFill struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetColorGets or sets the Color.
SetColorGets or sets the Color.
GetCellsColorGets and sets the CellsColor object.
SetCellsColorGets and sets the CellsColor object.
GetTransparencyReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
SetTransparencyReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
GetHashCodeGets the hash code.
Equals