Width

Description

Sets or gets the width of the image.

You must set the height and width of the image separately. By default, Rational ClearQuest sets the width of images to 800 pixels.

Syntaxe

VBScript

chartMgr.Width 
chartMgr.Width newWidth 

Perl

$chartMgr->GetWidth(); 
$chartMgr->SetWidth(newWidth); 
Identificateur
Description
chartMgr
The CHARTMGR object associated with the current session.
newWidth
An INT indicating the new width of the image in pixels.
Return value
Returns an INT indicating the new width of the image in pixels.

Commentaires en retour