Resize the figure.

syntaxSyntax:
DlxFigure.Scale(center, xfactor, yFactor)

Parameters

Parameter Description
point A DlxPoint object specifying the center of rotation.
xfactor Amplitude of scaling along the X axis..
yFactor Amplitude of scaling along the Y axis.

Return Value

If the operation ends correctly it returns true otherwise it returns false.

Example

  Copy codeCopy code

See also