Search Results for

    Show / Hide Table of Contents

    Struct HtmlTextRenderer.LineFColor

    Namespace: FastReport.Utils
    Assembly: FastReport.Base.dll
    Syntax
    public struct LineFColor

    Constructors

    LineFColor(Single, Single, Single, Single, Color)

    Declaration
    public LineFColor(float left, float top, float right, float width, Color color)
    Parameters
    Type Name Description
    System.Single left
    System.Single top
    System.Single right
    System.Single width
    Color color

    LineFColor(Single, Single, Single, Single, Byte, Byte, Byte)

    Declaration
    public LineFColor(float left, float top, float right, float width, byte R, byte G, byte B)
    Parameters
    Type Name Description
    System.Single left
    System.Single top
    System.Single right
    System.Single width
    System.Byte R
    System.Byte G
    System.Byte B

    LineFColor(Single, Single, Single, Single, Byte, Byte, Byte, Byte)

    Declaration
    public LineFColor(float left, float top, float right, float width, byte R, byte G, byte B, byte A)
    Parameters
    Type Name Description
    System.Single left
    System.Single top
    System.Single right
    System.Single width
    System.Byte R
    System.Byte G
    System.Byte B
    System.Byte A

    LineFColor(Single, Single, Single, Single, Int32, Int32, Int32)

    Declaration
    public LineFColor(float left, float top, float right, float width, int R, int G, int B)
    Parameters
    Type Name Description
    System.Single left
    System.Single top
    System.Single right
    System.Single width
    System.Int32 R
    System.Int32 G
    System.Int32 B

    LineFColor(Single, Single, Single, Single, Int32, Int32, Int32, Int32)

    Declaration
    public LineFColor(float left, float top, float right, float width, int R, int G, int B, int A)
    Parameters
    Type Name Description
    System.Single left
    System.Single top
    System.Single right
    System.Single width
    System.Int32 R
    System.Int32 G
    System.Int32 B
    System.Int32 A

    Fields

    Color

    Declaration
    public readonly Color Color
    Field Value
    Type Description
    Color

    Left

    Declaration
    public readonly float Left
    Field Value
    Type Description
    System.Single

    Right

    Declaration
    public readonly float Right
    Field Value
    Type Description
    System.Single

    Top

    Declaration
    public readonly float Top
    Field Value
    Type Description
    System.Single

    Width

    Declaration
    public readonly float Width
    Field Value
    Type Description
    System.Single
    Back to top © 1998-2025 Copyright Fast Reports Inc.