Skip to main content

AfterScale

Description

This method scales the drawing. It returns True if succeeded, otherwise, False.

ParametersDescription
FactorScaling factor (set Factor = 1 and IsAbsolute = True to draw image in 1:1 scale).
IsAbsoluteTrue — Scaling relative to the drawings extents; False — Scaling relative to the current scale.
PositionPoint relative to which scaling occurs.

Syntax

function AlterScale(Factor: Double; IsAbsolute: Boolean; Position: TPoint): Boolean;