Class HpglDocument
Inheritance
System.Object
HpglDocument
Assembly: FastReport.dll
Syntax
public class HpglDocument
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 |
|
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 |
|
Start(SizeF)
Declaration
public void Start(SizeF pageSize)
Parameters
Type |
Name |
Description |
System.Drawing.SizeF |
pageSize |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()