Show / Hide Table of Contents

    Class PaintChartEventArgs

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class PaintChartEventArgs

    Constructors

    PaintChartEventArgs(IntPtr, Rectangle, Point)

    Declaration
    public PaintChartEventArgs(IntPtr hdc, Rectangle rectangle, Point mousePosition)
    Parameters
    Type Name Description
    System.IntPtr hdc
    System.Drawing.Rectangle rectangle
    System.Drawing.Point mousePosition

    Properties

    DrawBackground

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

    Hdc

    Declaration
    public IntPtr Hdc { get; set; }
    Property Value
    Type Description
    System.IntPtr

    MousePosition

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

    Rectangle

    Declaration
    public Rectangle Rectangle { get; set; }
    Property Value
    Type Description
    System.Drawing.Rectangle
    Back to top Copyright © 2017 - 2018 Quantower LLC