scale9

When scaleImage is enabled and maintainAspectRatio is disabled, scale9 specifies the number of pixels on each image boundary that should be left unscaled, in the order [top left bottom right]. This permits you to scale only the interior of an image, leaving edge treatments unmodified.

Type

Array Pixels: [top left bottom right]

Example

Image1.scaleImage = true;

Image1.maintainAspectRatio = false;

Image1.scale9 = [3,2,4,4];

See Also

Image Properties, for more information on images.

Scaling an Image, for more information on 9-cell scaling.

<< maintainAspectRatio © 1996-2013 InetSoft Technology Corporation (v11.5) scaleImage >>