Unicode Controls & Classes for VB6 - Version 4

clsGpGraphics.RotateTransform Function

The RotateTransform method updates the world transformation matrix of this Graphics object with the product of itself and a rotation matrix.

Syntax
Public Function RotateTransform (ByVal Angle As Single, _
ByVal Order As GpMatrixOrder) As GpStatus
Parameters
Parameter Description
ByVal Angle As Single Real number that specifies the angle, in degrees, of rotation
ByVal Order As GpMatrixOrder Specifies the order of multiplication. MatrixOrderPrepend specifies that the rotation matrix is on the left, and MatrixOrderAppend specifies that the rotation matrix is on the right. The default value is MatrixOrderPrepend.
Remarks