ID2D1DeviceContext.DrawGdiMetafile

<summary> Draw a metafile to the device context. </summary>

  1. void DrawGdiMetafile(ID2D1GdiMetafile gdiMetafile, const(D2D1_POINT_2F)* targetOffset)
    interface ID2D1DeviceContext
    extern (Windows)
    void
    DrawGdiMetafile
    (,
    const(D2D1_POINT_2F)* targetOffset = null
    )
  2. void DrawGdiMetafile(ID2D1GdiMetafile gdiMetafile, D2D1_POINT_2F targetOffset)

Meta