Bitmap for UWP
Create メソッド (RenderTarget)

C1.UWP.DX アセンブリ > C1.Util.DX.Direct2D 名前空間 > RenderTarget クラス : Create メソッド
an instance of Factory
The dxgi surface to bind this render target to
The rendering mode, pixel format, remoting options, DPI information, and the minimum DirectX support required for hardware rendering. For information about supported pixel formats, see {{Supported Pixel Formats and Alpha Modes}}.
Creates a render target that draws to a DirectX Graphics Infrastructure (DXGI) surface.
シンタックス
'宣言
 
Public Shared Function Create( _
   ByVal factory As Factory, _
   ByVal dxgiSurface As Surface, _
   ByRef properties As RenderTargetProperties _
) As RenderTarget
public static RenderTarget Create( 
   Factory factory,
   Surface dxgiSurface,
   ref RenderTargetProperties properties
)

パラメータ

factory
an instance of Factory
dxgiSurface
The dxgi surface to bind this render target to
properties
The rendering mode, pixel format, remoting options, DPI information, and the minimum DirectX support required for hardware rendering. For information about supported pixel formats, see {{Supported Pixel Formats and Alpha Modes}}.
参照

RenderTarget クラス
RenderTarget メンバ