Description Usage Arguments Details Author(s)
Like cairoSurfaceMarkDirty
, but drawing has been done only to
the specified rectangle, so that cairo can retain cached contents
for other parts of the surface.
1 | cairoSurfaceMarkDirtyRectangle(surface, x, y, width, height)
|
|
[ |
|
[integer] X coordinate of dirty rectangle |
|
[integer] Y coordinate of dirty rectangle |
|
[integer] width of dirty rectangle |
|
[integer] height of dirty rectangle |
Any cached clip set on the surface will be reset by this function, to make sure that future cairo calls have the clip set that they expect.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.