설명
이미지의 높이를 설정하거나 가져옵니다.
이미지의 높이와 너비를 별도로 설정해야 합니다. 기본적으로
Rational ClearQuest에서는
이미지의 높이를 500 픽셀로 설정합니다.
구문
VBScript
chartMgr.Height
chartMgr.Height newHeight
Perl
$chartMgr->GetHeight();
$chartMgr->SetHeight(newHeight);
- ID
- 설명
- chartMgr
- 현재 세션에 연관된 CHARTMGR 오브젝트.
- newHeight
- 이미지의 새 높이를 나타내는 INT(픽셀 단위).
- Return value
- 이미지의 높이를 나타내는
INT를 리턴합니다(픽셀 단위).