Group: GDI+ Brush - Library: gdiplus
Updates this texture brush"s current transformation matrix with the product of itself and a scaling matrix.
Adding a background image to VFP report (VFP9, ReportListener)
GpStatus WINGDIPAPI GdipScaleTextureTransform(
GpTexture* brush,
REAL sx,
REAL sy,
GpMatrixOrder order
);
DECLARE INTEGER GdipScaleTextureTransform IN gdiplus;
INTEGER brush,;
SINGLE sx,;
SINGLE sy,;
INTEGER matrixorder
brush [in] Handle of the brush object.
sx [in] Real number that specifies the amount to scale in the x direction. sy [in] Real number that specifies the amount to scale in the y direction.
order [in] Optional. Element of the MatrixOrder enumeration that specifies the order of the multiplication.
Returns 0 on success.
See also: GdipCreateTexture, GdipResetTextureTransform.