Rotates objects in the current drawing.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Overridable Sub Rotate( _ ByVal Axis As Axes, _ ByVal Angle As Single _ ) |
Parameters
-
Axis
-
Type: Axes
One of the Axes values specifying an axis of rotation.
-
Angle
-
Type: float
An angle of rotation.
Remarks
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also