Class Line
Inherited Members
Namespace: FastReport.Export.Dxf.Sections.Entities
Assembly: FastReport.dll
Syntax
public class Line : EntityBase
  Constructors
Line(Single, Single, Single, Single, Color, Single, LineStyle)
Declaration
public Line(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 |