Search Results for

    Show / Hide Table of Contents

    Class GroupsStore

    Inheritance
    System.Object
    GroupsStore
    EntityBase
    HeaderItem
    TableBase
    Namespace: FastReport.Export.Dxf
    Assembly: FastReport.dll
    Syntax
    public class GroupsStore

    Constructors

    GroupsStore()

    Declaration
    public GroupsStore()

    Properties

    Groups

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

    Methods

    AddColor(Byte)

    Declaration
    public void AddColor(byte aciColor)
    Parameters
    Type Name Description
    System.Byte aciColor

    AddEntityThickness(Single)

    Declaration
    public void AddEntityThickness(float value)
    Parameters
    Type Name Description
    System.Single value

    AddFourthPoint(Single, Single)

    Declaration
    public void AddFourthPoint(float x, float y)
    Parameters
    Type Name Description
    System.Single x
    System.Single y

    AddGroup(GroupBase)

    Declaration
    public void AddGroup(GroupBase group)
    Parameters
    Type Name Description
    GroupBase group

    AddGroup<T>(Int32, T)

    Declaration
    public void AddGroup<T>(int x, T y)
    Parameters
    Type Name Description
    System.Int32 x
    T y
    Type Parameters
    Name Description
    T

    AddGroupDouble(Int32, Single)

    Declaration
    public void AddGroupDouble(int x, float y)
    Parameters
    Type Name Description
    System.Int32 x
    System.Single y

    AddName(String)

    Declaration
    public void AddName(string value)
    Parameters
    Type Name Description
    System.String value

    AddPrimary2DPoint(Single, Single)

    Declaration
    public void AddPrimary2DPoint(float x, float y)
    Parameters
    Type Name Description
    System.Single x
    System.Single y

    AddSecondPoint(Single, Single)

    Declaration
    public void AddSecondPoint(float x, float y)
    Parameters
    Type Name Description
    System.Single x
    System.Single y

    AddThirdPoint(Single, Single)

    Declaration
    public void AddThirdPoint(float x, float y)
    Parameters
    Type Name Description
    System.Single x
    System.Single y

    AddTypeName(String)

    Declaration
    public void AddTypeName(string value)
    Parameters
    Type Name Description
    System.String value
    Back to top © 1998-2025 Copyright Fast Reports Inc.