Sprite Constructor (String, Vector2D)Delta Engine Documentation
Initializes a new instance of the Sprite class

Namespace: DeltaEngine.Rendering2D
Assembly: DeltaEngine.Rendering2D (in DeltaEngine.Rendering2D.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public Sprite(
	string imageName,
	Vector2D position
)
See Also