Bitmap for UWP
Create(DeviceContext,Size2L,BitmapProperties1) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct2D 名前空間 > Bitmap1 クラス > Create メソッド : Create(DeviceContext,Size2L,BitmapProperties1) メソッド
an instance of RenderTarget
The dimension of the bitmap to create in pixels.
The pixel format and dots per inch (DPI) of the bitmap to create.
Creates a Direct2D bitmap from a pointer to in-memory source data.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal deviceContext As DeviceContext, _
   ByVal size As Size2L, _
   ByVal bitmapProperties As BitmapProperties1 _
) As Bitmap1
public static Bitmap1 Create( 
   DeviceContext deviceContext,
   Size2L size,
   BitmapProperties1 bitmapProperties
)

パラメータ

deviceContext
an instance of RenderTarget
size
The dimension of the bitmap to create in pixels.
bitmapProperties
The pixel format and dots per inch (DPI) of the bitmap to create.
参照

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