TransformRotatePrepend Method
|
Prepends the specified rotation to this
transformation.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public void RotatePrepend(
double angle
)
Public Sub RotatePrepend (
angle As Double
)
member RotatePrepend :
angle : float -> unit
Parameters
- angle
- Type: SystemDouble
The angle of rotation in degrees.
See Also