Click or drag to resize

Sprite Constructor (SpriteController, Image)

Generate a new single-frame sprite from the specified image.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public Sprite(
	SpriteController Controller,
	Image SpriteImage
)

Parameters

Controller
Type: SpriteLibrarySpriteController
The sprite controller that manages this sprite
SpriteImage
Type: System.DrawingImage
The image we pull the animation from
See Also