ITextureBlitter::Blt

Copies texture data from the source image into the same size area on the destination.

   

HRESULT Blt( imageInfo* pdest, long x, long y, long width, long height, imageInfo* psrc, long srcX, long srcY );

Parameters

pdest
[in]
x
[in]
y
[in]
width
[in]
height
[in]
psrc
[in]
srcX
[in]
srcY
[in]

Return Values

Remarks

See Also

imageInfo

Copyright © 2004-2010 Fragmosoft