SolidFill Class
Contents
[
Hide
]SolidFill class
Encapsulates the object that represents solid fill format
type SolidFill struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetColor | Gets or sets the Color. |
| SetColor | Gets or sets the Color. |
| GetCellsColor | Gets and sets the CellsColor object. |
| SetCellsColor | 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 | 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. |
| Equals |