Click or drag to resize
DigitalRuneImageBillboard Constructor (PackedTexture)
Initializes a new instance of the ImageBillboard class.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public ImageBillboard(
	PackedTexture texture
)

Parameters

texture
Type: DigitalRune.GraphicsPackedTexture
The texture.
See Also