Learn R Programming

RGtk2 (version 2.8.7)

atkImageGetImageSize: 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

Value

A list containing the following elements:width[integer] filled with the image widthheight[integer] filled with the image height