'宣言 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
- Factory のインスタンス。
- dxgiSurface
- この描画ターゲットをバインドする DXGI サーフェス。
- properties
- 描画モード、ピクセル形式、リモートオプション、DPI情報、およびハードウェアレンダリングに必要な最小DirectXサポートに関する情報。ピクセル形式の詳細については、{{サポートされているピクセル形式とアルファモード}}を参照してください。