IGxGraphics.SetScale

Syntax

SetScale(X: Double, Y: Double);

Parameters

X. Scale by the X axis.

Y. Scale by the Y axis.

Description

The SetScale method sets the scale of the graphic image.

Example

The example of use is given in description of the IGxGraphics.SaveState method.

See also:

IGxGraphics