Rotate the figure relative to a point.
Syntax: |
---|
DlxFigure.Rotate(center, angle) |
Parameters
Parameter | Description |
---|---|
point | A DlxPoint object specifying the center of rotation. |
angle | The angle, in degrees. |
Return Value
If the operation ends correctly it returns true otherwise it returns false.
Example
Copy code | |
---|---|
|