 |
GdipScaleTextureTransform ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Updates this texture brush"s current transformation matrix with the product of itself and a scaling matrix. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipScaleTextureTransform(
GpTexture* brush,
REAL sx,
REAL sy,
GpMatrixOrder order
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipScaleTextureTransform IN gdiplus;
INTEGER brush,;
SINGLE sx,;
SINGLE sy,;
INTEGER matrixorder
|
 |
 |
 |
| Parameters: |
 |
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. |
 |
 |
| Return value: |
 |
| Returns 0 on success. |
 |
 |
| Usage: |
 |
nScale=10
GdipScaleTextureTransform(m.hBrush,;
m.nScale, m.nScale, 0)
|
 |
 |
| My comment: |
 |
| See also: GdipCreateTexture, GdipResetTextureTransform |
 |
 |
| Word Index links for the GdipScaleTextureTransform : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2009-12-16 22:25:54 | | Modified: | 2009-12-16 22:30:29 | Visited in last 7 days: 21 |