Click or drag to resize
DigitalRuneRenderTargetFormat Constructor (RenderTarget2D)
Initializes a new instance of the RenderTargetFormat struct.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public RenderTargetFormat(
	RenderTarget2D renderTarget2D
)

Parameters

renderTarget2D
Type: RenderTarget2D
The RenderTarget2D from which the settings are copied. Can be to set all properties to undefined.
See Also