public void RotateAt(
double angle,
PointD center,
bool prepend
)
Public Sub RotateAt (
angle As Double,
center As PointD,
prepend As Boolean
)
public:
void RotateAt(
double angle,
PointD center,
bool prepend
)
member RotateAt :
angle : float *
center : PointD *
prepend : bool -> unit