Search Results for

    Show / Hide Table of Contents

    Class LwPolyLine

    Inheritance
    System.Object
    GroupsStore
    EntityBase
    LwPolyLine
    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 LwPolyLine : EntityBase

    Constructors

    LwPolyLine(Single, Single, PointF[], Byte[], Color, Single, LineStyle, Boolean)

    Declaration
    public LwPolyLine(float x, float y, PointF[] points, byte[] pointTypes, Color polyLineColor, float polyLineWidth, LineStyle polyLineStyle, bool isClosedPolyline)
    Parameters
    Type Name Description
    System.Single x
    System.Single y
    System.Drawing.PointF[] points
    System.Byte[] pointTypes
    System.Drawing.Color polyLineColor
    System.Single polyLineWidth
    LineStyle polyLineStyle
    System.Boolean isClosedPolyline
    Back to top © 1998-2025 Copyright Fast Reports Inc.