Skip to content

Commit

Permalink
Remove GdipEmfToWmfBits from CachedBitmap page
Browse files Browse the repository at this point in the history
See discussion here: dotnet/winforms#8822

It doesn't belong here

/cc @reflectronic @JeremyKuhne
  • Loading branch information
hughbe authored Apr 17, 2023
1 parent 3e5291c commit 85c62ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion desktop-src/gdiplus/-gdiplus-cachedbitmap-flat.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ The following flat API functions are wrapped by the [**CachedBitmap**](/windows/
| GpStatus WINGDIPAPI GdipCreateCachedBitmap( GpBitmap \*bitmap, GpGraphics \*graphics, GpCachedBitmap \*\*cachedBitmap ) | [**CachedBitmap::CachedBitmap**](/windows/win32/api/gdiplusheaders/nf-gdiplusheaders-cachedbitmap-cachedbitmap(constcachedbitmap_)) | Creates a [**CachedBitmap::CachedBitmap**](/windows/win32/api/gdiplusheaders/nf-gdiplusheaders-cachedbitmap-cachedbitmap(constcachedbitmap_)) object based on a [**Bitmap**](/windows/desktop/api/gdiplusheaders/nl-gdiplusheaders-bitmap) object and a [**Graphics**](/windows/desktop/api/gdiplusgraphics/nl-gdiplusgraphics-graphics) object. The cached bitmap takes the pixel data from the **Bitmap** object and stores it in a format that is optimized for the display device associated with the **Graphics** object. |
| GpStatus WINGDIPAPI GdipDeleteCachedBitmap(GpCachedBitmap \*cachedBitmap)<br/> | ~CachedBitmap() | Cleans up resources used by a [**CachedBitmap**](/windows/desktop/api/gdiplusheaders/nl-gdiplusheaders-cachedbitmap) object. |
| GpStatus WINGDIPAPI GdipDrawCachedBitmap( GpGraphics \*graphics, GpCachedBitmap \*cachedBitmap, INT x, INT y ) | [**Graphics::DrawCachedBitmap**](/windows/desktop/api/Gdiplusgraphics/nf-gdiplusgraphics-graphics-drawcachedbitmap) | The [**Graphics::DrawCachedBitmap**](/windows/desktop/api/Gdiplusgraphics/nf-gdiplusgraphics-graphics-drawcachedbitmap) method draws the image stored in a [**CachedBitmap**](/windows/desktop/api/gdiplusheaders/nl-gdiplusheaders-cachedbitmap) object. |
| UINT WINGDIPAPI GdipEmfToWmfBits( HENHMETAFILE hemf, UINT cbData16, LPBYTE pData16, INT iMapMode, INT eFlags )<br/> | [**Metafile::EmfToWmfBits**](/windows/desktop/api/gdiplusheaders/nf-gdiplusheaders-metafile-emftowmfbits) | Converts an enhanced-format metafile to a Windows Metafile Format (WMF) metafile and stores the converted records in a specified buffer. |



Expand Down

0 comments on commit 85c62ed

Please sign in to comment.