AnimatGuiCtrls.Controls.DropDownPaintEventArgs.DropDownPaintEventArgs C# (CSharp) Method

DropDownPaintEventArgs() public method

Creates a new instance of the DropDownPaintEventArgs class.
public DropDownPaintEventArgs ( Graphics graphics, Rectangle clipRect, Rectangle bounds ) : System
graphics System.Drawing.Graphics
clipRect System.Drawing.Rectangle
bounds System.Drawing.Rectangle
return System
        public DropDownPaintEventArgs(Graphics graphics, Rectangle clipRect, Rectangle bounds)
            : base(graphics, clipRect)
        {
            Bounds = bounds;
        }