Class SectionEntities
Inheritance
System.Object
SectionEntities
Assembly: FastReport.dll
Syntax
public class SectionEntities : Section
Constructors
SectionEntities()
Declaration
Properties
Entities
Declaration
public List<EntityBase> Entities { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<EntityBase> |
|
Methods
AddLine(Single, Single, Single, Single, Color, Single, LineStyle)
Declaration
public List<LineStyle> AddLine(float x1, float y1, float x2, float y2, Color strokeColor, float strokeThickness, LineStyle lineStyle)
Parameters
Type |
Name |
Description |
System.Single |
x1 |
|
System.Single |
y1 |
|
System.Single |
x2 |
|
System.Single |
y2 |
|
System.Drawing.Color |
strokeColor |
|
System.Single |
strokeThickness |
|
LineStyle |
lineStyle |
|
Returns
Type |
Description |
System.Collections.Generic.List<LineStyle> |
|
AppendTo(StringBuilder)
Declaration
public override void AppendTo(StringBuilder s)
Parameters
Type |
Name |
Description |
System.Text.StringBuilder |
s |
|
Overrides