Show / Hide Table of Contents

    Class PaintChartEventArgs

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class PaintChartEventArgs

    Constructors

    PaintChartEventArgs(Graphics, Rectangle, Point, int)

    Declaration
    public PaintChartEventArgs(Graphics graphics, Rectangle rectangle, Point mousePosition, int windowIndex)
    Parameters
    Type Name Description
    Graphics graphics
    Rectangle rectangle
    Point mousePosition
    int windowIndex

    Properties

    DrawBackground

    Declaration
    public bool DrawBackground { get; set; }
    Property Value
    Type Description
    bool

    Graphics

    Declaration
    public Graphics Graphics { get; set; }
    Property Value
    Type Description
    Graphics

    MousePosition

    Declaration
    public Point MousePosition { get; set; }
    Property Value
    Type Description
    Point

    Rectangle

    Declaration
    public Rectangle Rectangle { get; set; }
    Property Value
    Type Description
    Rectangle

    WindowIndex

    Declaration
    public int WindowIndex { get; set; }
    Property Value
    Type Description
    int
    Back to top Copyright QUANTOWER LLC. © 2017-2024. All rights reserved.