atkImageGetImageSize: atkImageGetImageSize

Description Usage Arguments Value Author(s)

View source: R/atkFuncs.R

Description

Get the width and height in pixels for the specified image. The values of width and height are returned as -1 if the values cannot be obtained (for instance, if the object is not onscreen).

Usage

1

Arguments

object

[AtkImage] a GObject instance that implements AtkImageIface

Value

A list containing the following elements:

width

[integer] filled with the image width, or -1 if the value cannot be obtained.

height

[integer] filled with the image height, or -1 if the value cannot be obtained.

Author(s)

Derived by RGtkGen from GTK+ documentation


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