Herd Software Development
DaVinci Graphics Library
DaVinci Documentation
Properties Methods Events Overview
property Scaling : Integer;
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.