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