Bitmap for WPF
Create(DeviceContext,Surface,BitmapProperties1) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > Bitmap1 クラス > Create メソッド : Create(DeviceContext,Surface,BitmapProperties1) メソッド
an instance of RenderTarget
An C1.Util.DX.DXGI.Surfacethat contains the data to share with the new ID2D1Bitmap. For more information, see the Remarks section.
The pixel format and DPI of the bitmap to create . The C1.Util.DX.DXGI.Formatportion of the pixel format must match the C1.Util.DX.DXGI.Formatof data or the method will fail, but the alpha modes don't have to match. To prevent a mismatch, you can pass NULL or the value obtained from the {{D2D1::PixelFormat}} helper function. The DPI settings do not have to match those of data. If both dpiX and dpiY are 0.0f, the default DPI, 96, is used.
Creates an Bitmapwhose data is shared with another resource.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal deviceContext As DeviceContext, _
   ByVal surface As Surface, _
   ByVal bitmapProperties As BitmapProperties1 _
) As Bitmap1

パラメータ

deviceContext
an instance of RenderTarget
surface
An C1.Util.DX.DXGI.Surfacethat contains the data to share with the new ID2D1Bitmap. For more information, see the Remarks section.
bitmapProperties
The pixel format and DPI of the bitmap to create . The C1.Util.DX.DXGI.Formatportion of the pixel format must match the C1.Util.DX.DXGI.Formatof data or the method will fail, but the alpha modes don't have to match. To prevent a mismatch, you can pass NULL or the value obtained from the {{D2D1::PixelFormat}} helper function. The DPI settings do not have to match those of data. If both dpiX and dpiY are 0.0f, the default DPI, 96, is used.
参照

Bitmap1 クラス
Bitmap1 メンバ
オーバーロード一覧