pangoRendererDrawRectangle {RGtk2} | R Documentation |
Draws an axis-aligned rectangle in user space coordinates with the
specified PangoRenderer
.
pangoRendererDrawRectangle(object, part, x, y, width, height)
|
[PangoRenderer ] a PangoRenderer |
|
[PangoRenderPart ] type of object this rectangle is part of |
|
[integer] X position at which to draw rectangle, in user space coordinates in Pango units |
|
[integer] Y position at which to draw rectangle, in user space coordinates in Pango units |
|
[integer] width of rectangle in Pango units in user space coordinates |
|
[integer] height of rectangle in Pango units in user space coordinates |
This should be called while renderer
is already active. Use
pangoRendererActivate
to activate a renderer.
Since 1.8
Derived by RGtkGen from GTK+ documentation