Search Results for

    Show / Hide Table of Contents

    Class Line

    Inheritance
    System.Object
    GroupsStore
    EntityBase
    Line
    Inherited Members
    EntityBase.Styles
    EntityBase.AddLineStyle(LineStyle)
    EntityBase.AppendTo(StringBuilder)
    GroupsStore.Groups
    GroupsStore.AddColor(Byte)
    GroupsStore.AddEntityThickness(Single)
    GroupsStore.AddFourthPoint(Single, Single)
    GroupsStore.AddGroup<T>(Int32, T)
    GroupsStore.AddGroup(GroupBase)
    GroupsStore.AddGroupDouble(Int32, Single)
    GroupsStore.AddName(String)
    GroupsStore.AddPrimary2DPoint(Single, Single)
    GroupsStore.AddSecondPoint(Single, Single)
    GroupsStore.AddThirdPoint(Single, Single)
    GroupsStore.AddTypeName(String)
    Namespace: FastReport.Export.Dxf.Sections.Entities
    Assembly: FastReport.dll
    Syntax
    public class Line : EntityBase

    Constructors

    Line(Single, Single, Single, Single, Color, Single, LineStyle)

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