Resize the figure.
Syntax: |
---|
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 code | |
---|---|
|