ID2D1DeviceContext2.DrawGdiMetafile

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
  1. void DrawGdiMetafile(ID2D1GdiMetafile gdiMetafile, D2D1_RECT_F* destinationRectangle, D2D1_RECT_F* sourceRectangle)
    interface ID2D1DeviceContext2
    extern (Windows)
    void
    DrawGdiMetafile
    (
    ID2D1GdiMetafile gdiMetafile
    ,
    const D2D1_RECT_F* destinationRectangle
    ,
    const D2D1_RECT_F* sourceRectangle = NULL
    )
  2. void DrawGdiMetafile(ID2D1GdiMetafile gdiMetafile, D2D1_RECT_F destinationRectangle, D2D1_RECT_F sourceRectangle)
  3. void DrawGdiMetafile(ID2D1GdiMetafile gdiMetafile, D2D1_RECT_F destinationRectangle, D2D1_RECT_F* sourceRectangle)

Meta