System::Drawing::Graphics::RotateTransform 方法

Graphics::RotateTransform method

将在指定顺序中将指定的旋转应用于当前 Graphics 对象的世界变换矩阵。

void System::Drawing::Graphics::RotateTransform(float angle, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)
ParameterType描述
angle单精度浮点数旋转角度
顺序Drawing2D::MatrixOrder矩阵上应用旋转操作的顺序

另见