Returns a new point recieved by addition or subtraction of the current point and the specified point.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function Rotate( _ ByVal p As DPoint, _ ByVal center As DPoint, _ ByVal abs As Boolean, _ ByVal angle As Double _ ) As DPoint |
Parameters
-
p
-
Type: DPoint
An offset point
-
center
-
Type: DPoint
-
abs
-
Type: bool
if true then offset would be added to pt else offset would be removed from pt
-
angle
-
Type: double
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also