Method
GdkPaintablesnapshot
Declaration [src]
void
gdk_paintable_snapshot (
GdkPaintable* paintable,
GdkSnapshot* snapshot,
double width,
double height
)
Description [src]
Snapshots the given paintable with the given width
and height
.
The paintable is drawn at the current (0,0) offset of the snapshot
.
If width
and height
are not larger than zero, this function will
do nothing.
Parameters
snapshot |
GdkSnapshot |
A |
|
The data is owned by the caller of the function. | |
width |
double |
Width to snapshot in. |
|
height |
double |
Height to snapshot in. |