Search Results for

    Show / Hide Table of Contents

    Class DxfDocument

    Inheritance
    System.Object
    DxfDocument
    Namespace: FastReport.Export.Dxf
    Assembly: FastReport.dll
    Syntax
    public class DxfDocument

    Constructors

    DxfDocument()

    Declaration
    public DxfDocument()

    Properties

    Blocks

    Declaration
    public SectionBlocks Blocks { get; set; }
    Property Value
    Type Description
    SectionBlocks

    Entities

    Declaration
    public SectionEntities Entities { get; set; }
    Property Value
    Type Description
    SectionEntities

    Header

    Declaration
    public SectionHeader Header { get; set; }
    Property Value
    Type Description
    SectionHeader

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Tables

    Declaration
    public SectionTables Tables { get; set; }
    Property Value
    Type Description
    SectionTables

    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

    Finish()

    Declaration
    public void Finish()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    Back to top © 1998-2025 Copyright Fast Reports Inc.