ID2D1DeviceContext3.DrawSpriteBatch

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
  1. void DrawSpriteBatch(ID2D1SpriteBatch spriteBatch, uint startIndex, uint spriteCount, ID2D1Bitmap bitmap, D2D1_BITMAP_INTERPOLATION_MODE interpolationMode, D2D1_SPRITE_OPTIONS spriteOptions)
    interface ID2D1DeviceContext3
    extern (Windows)
    void
    DrawSpriteBatch
    (,,,
    ID2D1Bitmap bitmap
    ,
    D2D1_BITMAP_INTERPOLATION_MODE interpolationMode = D2D1_BITMAP_INTERPOLATION_MODE.LINEAR
    ,)
  2. void DrawSpriteBatch(ID2D1SpriteBatch spriteBatch, ID2D1Bitmap bitmap, D2D1_BITMAP_INTERPOLATION_MODE interpolationMode, D2D1_SPRITE_OPTIONS spriteOptions)

Meta