指定した Microsoft Windows Imaging Component (WIC) ビットマップをコピーして ID2D1Bitmap を作成する。
ID2D1RenderTarget_CreateBitmapFromWicBitmap this, wicBitmapSource, bitmapProperties, bitmap
this : [comobj] ID2D1RenderTarget インターフェースの COM オブジェクト変数 wicBitmapSource : [comobj] bitmapProperties : [var] bitmap : [comobj]
(プラグイン / モジュール : com_misc.dll)
指定した Microsoft Windows Imaging Component (WIC) ビットマップをコピーして ID2D1Bitmap を作成する。 [備考] Direct2D が WIC 画像を読み込む前に、対応するピクセル形式とアルファモードへの変換が必要である。対応するピクセル形式とアルファモードの一覧については [Supported Pixel Formats and Alpha Modes](supported-pixel-formats-and-alpha-modes.md) を参照。
| プラグイン / モジュール | com_misc.dll |
| バージョン | 1.0 |
| 作成日 | 2026/04/16 |
| 著作者 | IronHSP / CsWin32 bridge |
| URL | https://github.com/inovia/IronHSP |
| 備考 | Win32 API の com_misc.dll 関数群。CsWin32 + win32metadata から自動生成。
hsp3net 専用 (intptr / NSTRUCT / wstr を使用)。 |
| タイプ | 拡張命令 |
| グループ | Win32API |
| 対応環境 |
|
| hs ファイル | hsphelp\win32_com_misc_gen2.hs |