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