Rotate

Rotate(Rotation)

将矩形旋转指定角度。

public void Rotate(Rotation angle)
范围类型描述
angleRotation旋转角度。 Rotation 枚举的成员。

也可以看看


Rotate(int)

将矩形旋转指定角度。

public void Rotate(int angle)
范围类型描述
angleInt320 到 360 度之间的旋转角度。

也可以看看