| Herd Software Development
|=
DaVinci Graphics Library
|==
DaVinci Documentation Home Search Order


Scaling property

Properties Methods Events Overview

Declaration

property Scaling : Integer;

Description

The Scaling property determines the enlargement/reduction factor of the image for onscreen display. A value of 100% represents original size; 200% represents double size, 50% represents half size.

The default value is 100.

Notes: Scaling only affects the appearance of the onscreen image. The graphic data itself is not changed. Percentages relate to the total area of the image, not to of the height/width properties of the image. A double-sized image's height and width values will actually increase by the square root of the original value.