Search Results for

    Show / Hide Table of Contents

    Class LinearPointer

    Represents a linear pointer.

    Inheritance
    System.Object
    GaugePointer
    LinearPointer
    Inherited Members
    GaugePointer.Parent
    GaugePointer.Fill
    GaugePointer.BorderWidth
    GaugePointer.BorderColor
    Namespace: FastReport.Gauge.Linear
    Assembly: FastReport.Base.dll
    Syntax
    public class LinearPointer : GaugePointer

    Constructors

    LinearPointer(GaugeObject)

    Initializes a new instance of the LinearPointer

    Declaration
    public LinearPointer(GaugeObject parent)
    Parameters
    Type Name Description
    GaugeObject parent

    The parent gauge object.

    Properties

    Height

    Gets o sets the height of gauge pointer.

    Declaration
    public float Height { get; set; }
    Property Value
    Type Description
    System.Single

    Width

    Gets or sets the width of a pointer.

    Declaration
    public float Width { get; set; }
    Property Value
    Type Description
    System.Single

    Methods

    Assign(GaugePointer)

    Copies the contents of another GaugePointer.

    Declaration
    public override void Assign(GaugePointer src)
    Parameters
    Type Name Description
    GaugePointer src

    The GaugePointer instance to copy the contents from.

    Overrides
    GaugePointer.Assign(GaugePointer)

    Draw(FRPaintEventArgs)

    Draws the gauge pointer.

    Declaration
    public override void Draw(FRPaintEventArgs e)
    Parameters
    Type Name Description
    FRPaintEventArgs e

    Draw event arguments.

    Overrides
    GaugePointer.Draw(FRPaintEventArgs)

    Serialize(FRWriter, String, GaugePointer)

    Serializes the gauge pointer.

    Declaration
    public override void Serialize(FRWriter writer, string prefix, GaugePointer diff)
    Parameters
    Type Name Description
    FRWriter writer

    Writer object.

    System.String prefix

    Gauge pointer property name.

    GaugePointer diff

    Another GaugePointer to compare with.

    Overrides
    GaugePointer.Serialize(FRWriter, String, GaugePointer)
    Remarks

    This method is for internal use only.

    Back to top © 1998-2025 Copyright Fast Reports Inc.