Group: GDI+ Matrix - Library: gdiplus
GpStatus WINGDIPAPI GdipRotateMatrix(
GpMatrix *matrix,
REAL angle,
GpMatrixOrder order
)
DECLARE INTEGER GdipRotateMatrix IN gdiplus;
INTEGER matrix,;
SINGLE angle,;
INTEGER ord matrix [in] Handle to the Matrix 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.
Home