Struct HtmlTextRenderer.RectangleFColor
Assembly: FastReport.dll
Syntax
public readonly struct RectangleFColor
Constructors
RectangleFColor(Single, Single, Single, Single, Byte, Byte, Byte)
Declaration
public RectangleFColor(float left, float top, float width, float height, byte R, byte G, byte B)
Parameters
| Type |
Name |
Description |
| System.Single |
left |
|
| System.Single |
top |
|
| System.Single |
width |
|
| System.Single |
height |
|
| System.Byte |
R |
|
| System.Byte |
G |
|
| System.Byte |
B |
|
RectangleFColor(Single, Single, Single, Single, Byte, Byte, Byte, Byte)
Declaration
public RectangleFColor(float left, float top, float width, float height, byte R, byte G, byte B, byte A)
Parameters
| Type |
Name |
Description |
| System.Single |
left |
|
| System.Single |
top |
|
| System.Single |
width |
|
| System.Single |
height |
|
| System.Byte |
R |
|
| System.Byte |
G |
|
| System.Byte |
B |
|
| System.Byte |
A |
|
RectangleFColor(Single, Single, Single, Single, Color)
Declaration
public RectangleFColor(float left, float top, float width, float height, Color color)
Parameters
| Type |
Name |
Description |
| System.Single |
left |
|
| System.Single |
top |
|
| System.Single |
width |
|
| System.Single |
height |
|
| System.Drawing.Color |
color |
|
RectangleFColor(Single, Single, Single, Single, Int32, Int32, Int32)
Declaration
public RectangleFColor(float left, float top, float width, float height, int R, int G, int B)
Parameters
| Type |
Name |
Description |
| System.Single |
left |
|
| System.Single |
top |
|
| System.Single |
width |
|
| System.Single |
height |
|
| System.Int32 |
R |
|
| System.Int32 |
G |
|
| System.Int32 |
B |
|
RectangleFColor(Single, Single, Single, Single, Int32, Int32, Int32, Int32)
Declaration
public RectangleFColor(float left, float top, float width, float height, int R, int G, int B, int A)
Parameters
| Type |
Name |
Description |
| System.Single |
left |
|
| System.Single |
top |
|
| System.Single |
width |
|
| System.Single |
height |
|
| System.Int32 |
R |
|
| System.Int32 |
G |
|
| System.Int32 |
B |
|
| System.Int32 |
A |
|
Fields
Color
Declaration
public readonly Color Color
Field Value
| Type |
Description |
| System.Drawing.Color |
|
Height
Declaration
public readonly float Height
Field Value
| Type |
Description |
| System.Single |
|
Left
Declaration
public readonly float Left
Field Value
| Type |
Description |
| System.Single |
|
Top
Declaration
public readonly float Top
Field Value
| Type |
Description |
| System.Single |
|
Width
Declaration
public readonly float Width
Field Value
| Type |
Description |
| System.Single |
|