Struct HtmlTextRenderer.RectangleFColor
Represents colored rectangle used for drawing text background.
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public struct RectangleFColor
Fields
Color
Gets the color.
Declaration
public readonly Color Color
Field Value
| Type | Description |
|---|---|
| Color |
Height
Gets the height.
Declaration
public readonly float Height
Field Value
| Type | Description |
|---|---|
| System.Single |
Left
Gets the left coordinate.
Declaration
public readonly float Left
Field Value
| Type | Description |
|---|---|
| System.Single |
Top
Gets the top coordinate.
Declaration
public readonly float Top
Field Value
| Type | Description |
|---|---|
| System.Single |
Width
Gets the width.
Declaration
public readonly float Width
Field Value
| Type | Description |
|---|---|
| System.Single |