Class DxfDocument
Inheritance
System.Object
DxfDocument
Assembly: FastReport.dll
Syntax
Constructors
DxfDocument()
Declaration
Properties
Blocks
Declaration
public SectionBlocks Blocks { get; set; }
Property Value
Entities
Declaration
public SectionEntities Entities { get; set; }
Property Value
Declaration
public SectionHeader Header { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Tables
Declaration
public SectionTables Tables { get; set; }
Property Value
Methods
Clear()
Declaration
DrawLine(Single, Single, Single, Single, Color, Single)
Declaration
public void DrawLine(float x1, float y1, float x2, float y2, Color strokeColor, float strokeThickness)
Parameters
Type |
Name |
Description |
System.Single |
x1 |
|
System.Single |
y1 |
|
System.Single |
x2 |
|
System.Single |
y2 |
|
System.Drawing.Color |
strokeColor |
|
System.Single |
strokeThickness |
|
DrawLine(Single, Single, Single, Single, Color, Single, LineStyle)
Declaration
public void DrawLine(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 |
|
Finish()
Declaration
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()