'宣言 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}}.