Scale

Graphics32

TRemapTransformation.Scale

procedure Scale(Sx: Single; Sy: Single);

Description

Scale stores internal scaling values, which multiplies the vectors when performing the transformation. If Sx = 0 and Sy = 0, no transformation will appear. Setting scaling values will not change the subordinate vectormap, it is applied in the actual transform procedure. The image warping example shows what effect scaling has.

See Also

Image Warping Example, MappingRect, Offset