xtd::forms::paint_event_args::paint_event_args | ( | xtd::drawing::graphics & | graphics, |
const drawing::rectangle & | clip_rectangle | ||
) |
Initializes a new instance of the paint_event_args class with the specified control, clipping rectangle.
graphics_ | The xtd::drawing::graphics used to paint the item. |
clip_rectangle | The xtd::drawing::rectangle that represents the rectangle in which to paint. |