'宣言 Public Shared Function Create( _ ByVal factory As Factory, _ ByVal renderTargetProperties As RenderTargetProperties, _ ByVal hwndProperties As HwndRenderTargetProperties _ ) As WindowRenderTarget
public static WindowRenderTarget Create( Factory factory, RenderTargetProperties renderTargetProperties, HwndRenderTargetProperties hwndProperties )
パラメータ
- factory
 - an instance of Factory
 - renderTargetProperties
 - 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}}.
 - hwndProperties
 - The window handle, initial size (in pixels), and present options.