Click or drag to resize
DigitalRuneRenderTargetFormat Constructor (Texture2D)
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(
	Texture2D texture2D
)

Parameters

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