Prepends a rotation about the given point to "this"
命名空间:
CPF.Drawing
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public void RotateAtPrepend(
float angle,
float centerX,
float centerY
)
参数
- angle
- 类型:SystemSingle
The angle to rotate specifed in degrees - centerX
- 类型:SystemSingle
The centerX of rotation - centerY
- 类型:SystemSingle
The centerY of rotation
参见