Writes the sprite to the XmlWriter XML writer.

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

Syntax

C#
protected void SaveSprite(
	XmlWriter w,
	XSprite sprite
)

Parameters

w
Type: System.Xml..::.XmlWriter
The XmlWriter XML writer.
sprite
Type: SGP.XSpace..::.XSprite
Sprite being written.

Exceptions

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

See Also