Class HpglDocument
Inheritance
System.Object
HpglDocument
Assembly: FastReport.dll
Syntax
public class HpglDocument : object
Constructors
HpglDocument()
Declaration
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 |
|
| 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 |
|
| Color |
strokeColor |
|
| System.Single |
strokeThickness |
|
| LineStyle |
lineStyle |
|
Start(SizeF)
Declaration
public void Start(SizeF pageSize)
Parameters
| Type |
Name |
Description |
| SizeF |
pageSize |
|
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|