Bitmap for WPF
Create(RenderTarget,CompatibleRenderTargetOptions,Size2F) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > BitmapRenderTarget クラス > Create メソッド : Create(RenderTarget,CompatibleRenderTargetOptions,Size2F) メソッド
an instance of RenderTarget
A value that specifies whether the new render target must be compatible with GDI.
The desired size of the new render target in device-independent pixels if it should be different from the original render target. For more information, see the Remarks section.
Creates a bitmap render target for use during intermediate offscreen drawing that is compatible with the current render target with same pixel size and pixel format.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal renderTarget As RenderTarget, _
   ByVal options As CompatibleRenderTargetOptions, _
   ByVal desiredSize As Size2F _
) As BitmapRenderTarget

パラメータ

renderTarget
an instance of RenderTarget
options
A value that specifies whether the new render target must be compatible with GDI.
desiredSize
The desired size of the new render target in device-independent pixels if it should be different from the original render target. For more information, see the Remarks section.
参照

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