Create(RenderTarget,CompatibleRenderTargetOptions,Size2F) Method
In This Topic
Creates a bitmap render target for use during intermediate offscreen drawing that is compatible with the current render target with same pixel size and pixel format.
Syntax
Parameters
- renderTarget
- an instance of RenderTarget
- options
- A value that specifies whether the new render target must be compatible with GDI.
- desiredSize
- The desired size of the new render target in device-independent pixels if it should be different from the original render target. For more information, see the Remarks section.
See Also