Group: GDI+ Matrix - Library: gdiplus
Custom GDI+ class
GDI+: Using Scale and Shear transformations
GpStatus WINGDIPAPI GdipCreateMatrix(GpMatrix **matrix)
DECLARE INTEGER GdipCreateMatrix IN gdiplus;
INTEGER @ matrix
matrix [out] Handle to the Matrix object.
Returns GpStatus value, 0 means success.
A transformation matrix that doesn"t have any effect when applied to a point. Technically, the matrix is composed of all zeros with just the diagonal having ones.
See also: GdipCreateMatrix2, GdipDeleteMatrix.