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