pangoRendererDrawRectangle: pangoRendererDrawRectangle

Description Usage Arguments Details Author(s)

View source: R/pangoFuncs.R

Description

Draws an axis-aligned rectangle in user space coordinates with the specified PangoRenderer.

Usage

1
pangoRendererDrawRectangle(object, part, x, y, width, height)

Arguments

object

[PangoRenderer] a PangoRenderer

part

[PangoRenderPart] type of object this rectangle is part of

x

[integer] X position at which to draw rectangle, in user space coordinates in Pango units

y

[integer] Y position at which to draw rectangle, in user space coordinates in Pango units

width

[integer] width of rectangle in Pango units in user space coordinates

height

[integer] height of rectangle in Pango units in user space coordinates

Details

This should be called while renderer is already active. Use pangoRendererActivate to activate a renderer. Since 1.8

Author(s)

Derived by RGtkGen from GTK+ documentation


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