Struct HtmlTextRenderer.LineFColor
Assembly: FastReport.Base.dll
Syntax
Constructors
LineFColor(Single, Single, Single, Single, Color)
Declaration
public LineFColor(float left, float top, float right, float width, Color color)
Parameters
Type |
Name |
Description |
System.Single |
left |
|
System.Single |
top |
|
System.Single |
right |
|
System.Single |
width |
|
Color |
color |
|
LineFColor(Single, Single, Single, Single, Byte, Byte, Byte)
Declaration
public LineFColor(float left, float top, float right, float width, byte R, byte G, byte B)
Parameters
Type |
Name |
Description |
System.Single |
left |
|
System.Single |
top |
|
System.Single |
right |
|
System.Single |
width |
|
System.Byte |
R |
|
System.Byte |
G |
|
System.Byte |
B |
|
LineFColor(Single, Single, Single, Single, Byte, Byte, Byte, Byte)
Declaration
public LineFColor(float left, float top, float right, float width, byte R, byte G, byte B, byte A)
Parameters
Type |
Name |
Description |
System.Single |
left |
|
System.Single |
top |
|
System.Single |
right |
|
System.Single |
width |
|
System.Byte |
R |
|
System.Byte |
G |
|
System.Byte |
B |
|
System.Byte |
A |
|
LineFColor(Single, Single, Single, Single, Int32, Int32, Int32)
Declaration
public LineFColor(float left, float top, float right, float width, int R, int G, int B)
Parameters
Type |
Name |
Description |
System.Single |
left |
|
System.Single |
top |
|
System.Single |
right |
|
System.Single |
width |
|
System.Int32 |
R |
|
System.Int32 |
G |
|
System.Int32 |
B |
|
LineFColor(Single, Single, Single, Single, Int32, Int32, Int32, Int32)
Declaration
public LineFColor(float left, float top, float right, float width, int R, int G, int B, int A)
Parameters
Type |
Name |
Description |
System.Single |
left |
|
System.Single |
top |
|
System.Single |
right |
|
System.Single |
width |
|
System.Int32 |
R |
|
System.Int32 |
G |
|
System.Int32 |
B |
|
System.Int32 |
A |
|
Fields
Color
Declaration
public readonly Color Color
Field Value
Left
Declaration
public readonly float Left
Field Value
Type |
Description |
System.Single |
|
Right
Declaration
public readonly float Right
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 |
|