Ask Your Question

Revision history [back]

ID2D1HwndRenderTarget::CreateBitmapFromWicBitmap() creates a Direct2D bitmap from a Windows Imaging Component (WIC) bitmap that can be rendered onto an HWND (window handle) target. It takes in a WIC bitmap as input and creates a Direct2D bitmap that can be drawn onto the target window. This function is useful for rendering images and visual content in a Direct2D application.