Search Results for

    Show / Hide Table of Contents

    Class SectionEntities

    Inheritance
    System.Object
    Section
    SectionEntities
    Inherited Members
    Section.Name
    Section.Clear()
    Section.EndSectionAppendTo(StringBuilder)
    Section.StartSectionAppendTo(StringBuilder)
    Namespace: FastReport.Export.Dxf.Sections
    Assembly: FastReport.dll
    Syntax
    public class SectionEntities : Section

    Constructors

    SectionEntities()

    Declaration
    public SectionEntities()

    Properties

    Entities

    Declaration
    public List<EntityBase> Entities { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<EntityBase>

    Methods

    AddLine(Single, Single, Single, Single, Color, Single, LineStyle)

    Declaration
    public List<LineStyle> AddLine(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
    Returns
    Type Description
    System.Collections.Generic.List<LineStyle>

    AppendTo(StringBuilder)

    Declaration
    public override void AppendTo(StringBuilder s)
    Parameters
    Type Name Description
    System.Text.StringBuilder s
    Overrides
    Section.AppendTo(StringBuilder)
    Back to top © 1998-2025 Copyright Fast Reports Inc.