Group: GDI+ Graphics - Library: gdiplus
Updates the world transformation matrix of this Graphics object with the product of itself and a rotation matrix.
GDI+: Using Scale and Shear transformations
GpStatus WINGDIPAPI GdipRotateWorldTransform(
GpGraphics *graphics,
REAL angle,
GpMatrixOrder order
)
DECLARE INTEGER GdipRotateWorldTransform IN gdiplus;
INTEGER graphics,;
SINGLE angle,;
INTEGER ord
graphics [in] Handle to the Graphics object.
angle [in] Real number that specifies the angle, in degrees, of rotation.
order [in] Element of the MatrixOrder enumeration that specifies the order of multiplication.
Returns GpStatus value, 0 means success.