pangoRendererDrawTrapezoid: pangoRendererDrawTrapezoid

Description Usage Arguments Details Author(s)

View source: R/pangoFuncs.R

Description

Draws a trapezoid with the parallel sides aligned with the X axis using the given PangoRenderer; coordinates are in device space.

Usage

1
2
pangoRendererDrawTrapezoid(object, part, y1., x11, x21, y2, x12, 
    x22)

Arguments

object

[PangoRenderer] a PangoRenderer

part

[PangoRenderPart] type of object this trapezoid is part of

y1.

[numeric] Y coordinate of top of trapezoid

x11

[numeric] X coordinate of left end of top of trapezoid

x21

[numeric] X coordinate of right end of top of trapezoid

y2

[numeric] Y coordinate of bottom of trapezoid

x12

[numeric] X coordinate of left end of bottom of trapezoid

x22

[numeric] X coordinate of right end of bottom of trapezoid

Details

Since 1.8

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.