IMAGESIZEH Property


PLBCMP GUI Only

 

The IMAGESIZEH property specifies the width in pixels of images stored within an IMAGELIST object. The property uses the following format:

 

IMAGESIZEH={value}

Note the following:

  1. IMAGESIZEH may be used in CREATE or GETPROP statements of an IMAGELIST object. In addition, the SETPROP statement can change this property for a PL/B Web Server (PWS) IMAGELIST. Warning: Executing the SETPROP of the IMAGESIZEH property using any Windows runtime\client like PLBWIN\PLBNET\PLBCLIENT causes indeterminate behaviors and should be avoided.

  2. {value} is a decimal number, a Numeric Variable, or an Expression defining the image width in pixels.

  3. {value} must correspond to the size of images added to the list.

 

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference IMAGELISTST Property IMAGESIZEV Property