Click or drag to resize
DigitalRuneImageSprite Constructor (PackedTexture)
Initializes a new instance of the ImageSprite class with the specified texture.

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

Parameters

texture
Type: DigitalRune.GraphicsPackedTexture
The texture. (Can be .)
See Also