IGraphicsRotate Method
Applies the specified rotation to the transformation matrix.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
void Rotate(
float degrees
)
Sub Rotate (
degrees As Single
)
void Rotate(
float degrees
)
abstract Rotate :
degrees : float32 -> unit
Parameters
- degrees Single
- Angle of rotation in degrees.