Rotate the figure relative to a point.

syntaxSyntax:
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 codeCopy code

See also