Loads the sprite from the XmlReader XML reader.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
protected XSprite ReadSprite(
	XmlReader r
)

Parameters

r
Type: System.Xml..::.XmlReader
The XmlReader XML reader.

Return Value

Returns the newly created sprite.

Exceptions

ExceptionCondition
System..::.ArgumentNullException r is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also