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

Graphics::RotateTransform method

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

void System::Drawing::Graphics::RotateTransform(float angle, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)
参数类型描述
角度float旋转角度
顺序Drawing2D::MatrixOrder对矩阵应用旋转操作的顺序

另见