Create Method (WindowRenderTarget)
In This Topic
Creates an
WindowRenderTarget, a render target that renders to a window.
Syntax
Parameters
- 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.
See Also