Click or drag to resize

SpriteInfoCopyFrom Method

Update the current SpriteInfo class such that it is identical to the class you are copying from.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public void CopyFrom(
	SpriteInfo toCopyFrom
)

Parameters

toCopyFrom
Type: SpriteLibrarySpriteInfo
A spriteInfo class
See Also