ID2D1SpriteBatch.SetSprites

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
interface ID2D1SpriteBatch
extern (Windows)
HRESULT
SetSprites
(,,
const D2D1_RECT_F* destinationRectangles = NULL
,
const D2D1_RECT_U* sourceRectangles = null
,
const D2D1_COLOR_F* colors = null
,
const D2D1_MATRIX_3X2_F* transforms = null
,
uint destinationRectanglesStride = D2D1_RECT_F.sizeof
,
uint sourceRectangleStride = D2D1_RECT_U.sizeof
,
uint colorStride = D2D1_COLOR_F.sizeof
,
uint transformStride = D2D1_MATRIX_3X2_F.sizeof
)

Meta