GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDrawing Class
/ Rotate Method
the rotation axis point
the degrees by which to turn; positive is clockwise
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Rotate Method
In This Topic
Change the angle of this shape by rotating it around a given axis point.
Syntax
C#
public
virtual
void
Rotate(
PointF
rotatePoint
,
float
angle
)
Parameters
rotatePoint
the rotation axis point
angle
the degrees by which to turn; positive is clockwise
See Also
Reference
GoDrawing Class
GoDrawing Members