Group: GDI+ Matrix - Library: gdiplus
Custom GDI+ class
GDI+: Using Scale and Shear transformations
GpStatus WINGDIPAPI GdipShearMatrix(
GpMatrix *matrix,
REAL shearX,
REAL shearY,
GpMatrixOrder order
)
DECLARE INTEGER GdipShearMatrix IN gdiplus;
INTEGER matrix,;
SINGLE shearX,;
SINGLE shearY,;
INTEGER ord
matrix [in] Handle to a Matrix object.
shearX [in] Real number that specifies the horizontal shear factor.
shearY [in] Real number that specifies the vertical shear factor.
order [in] Element of the MatrixOrder enumeration that specifies the order of the multiplication.
Returns GpStatus value, 0 means success.
Home