Bitmap for WPF
Create(Device,DeviceContextOptions) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > DeviceContext クラス > Create メソッド : Create(Device,DeviceContextOptions) メソッド
The device.
The options to be applied to the created device context.
Initializes a new instance of the DeviceContextclass using an existing Device.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal device As Device, _
   ByVal options As DeviceContextOptions _
) As DeviceContext
public static DeviceContext Create( 
   Device device,
   DeviceContextOptions options
)

パラメータ

device
The device.
options
The options to be applied to the created device context.
解説
The new device context will not have a selected target bitmap. The caller must create and select a bitmap as the target surface of the context.
参照

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