begin_paint_rect
Description:
[ Version ( deprecated = true , deprecated_since = "3.22" ) ]
public void begin_paint_rect (Rectangle rectangle)
public void begin_paint_rect (Rectangle rectangle)
Warning: begin_paint_rect is deprecated since 3.22.
A convenience wrapper around begin_paint_region which creates a rectangular region for you.
Note:
Use begin_draw_frame instead
See begin_paint_region for details.
Parameters:
this |
a Window |
rectangle |
rectangle you intend to draw to |