Class PaintChartEventArgs
public class PaintChartEventArgs
Constructors
Declaration
public PaintChartEventArgs(Graphics graphics, Rectangle rectangle, Point mousePosition, int windowIndex)
Parameters
Properties
Declaration
public bool DrawBackground { get; set; }
Property Value
Declaration
public Graphics Graphics { get; set; }
Property Value
Declaration
public Point MousePosition { get; set; }
Property Value
Declaration
public Rectangle Rectangle { get; set; }
Property Value
Declaration
public int WindowIndex { get; set; }
Property Value