Click or drag to resize

SpriteGetImage Method

return the current image frame. Warning: If you write to this image, it will affect all sprites using this frame.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public Image GetImage()

Return Value

Type: Image
An image that is the current sprite frame for the current animation
See Also