pangoRendererDrawTrapezoid {RGtk2} | R Documentation |
Draws a trapezoid with the parallel sides aligned with the X axis
using the given PangoRenderer
; coordinates are in device space.
pangoRendererDrawTrapezoid(object, part, y1., x11, x21, y2, x12, x22)
|
[PangoRenderer ] a PangoRenderer |
|
[PangoRenderPart ] type of object this trapezoid is part of |
|
[numeric] Y coordinate of top of trapezoid |
|
[numeric] X coordinate of left end of top of trapezoid |
|
[numeric] X coordinate of right end of top of trapezoid |
|
[numeric] Y coordinate of bottom of trapezoid |
|
[numeric] X coordinate of left end of bottom of trapezoid |
|
[numeric] X coordinate of right end of bottom of trapezoid |
Since 1.8
Derived by RGtkGen from GTK+ documentation