Search Results for

    Show / Hide Table of Contents

    Class HpglDocument

    Inheritance
    System.Object
    HpglDocument
    Namespace: FastReport.Export.Hpgl
    Assembly: FastReport.dll
    Syntax
    public class HpglDocument

    Constructors

    HpglDocument()

    Declaration
    public HpglDocument()

    Methods

    Clear()

    Declaration
    public void Clear()

    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()
    Back to top © 1998-2025 Copyright Fast Reports Inc.