atkImageGetImageSize {RGtk2}R Documentation

atkImageGetImageSize

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.

Usage

atkImageGetImageSize(object)

Arguments

object [AtkImage] a GObject instance that implements AtkImageIface

Value

A list containing the following elements:

width [integer] filled with the image width
height [integer] filled with the image height

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]