Class PaintChartEventArgs
public class PaintChartEventArgs
Constructors
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
Declaration
public bool DrawBackground { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public IntPtr Hdc { get; set; }
Property Value
Type |
Description |
System.IntPtr |
|
Declaration
public Point MousePosition { get; set; }
Property Value
Type |
Description |
System.Drawing.Point |
|
Declaration
public Rectangle Rectangle { get; set; }
Property Value
Type |
Description |
System.Drawing.Rectangle |
|