Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Point2d RotateBy(
double angle,
Point2d origin
)
Public Function RotateBy (
angle As Double,
origin As Point2d
) As Point2d
public:
Point2d RotateBy(
double angle,
Point2d origin
)
member RotateBy :
angle : float *
origin : Point2d -> Point2d
Parameters
- angle Double
-
- origin Point2d
-
Return Value
Point2d
See Also