C# Class Gruppe22.Client.VisibleObject

An animation phase
Inheritance: IXmlSerializable
Show file Open project: propra13-orga/gruppe22 Class Usage Examples

Public Methods

Method Description
GetSchema ( ) : System.Xml.Schema.XmlSchema

Useless function from the IXmlSerializable-Interface

ReadXml ( System reader ) : void

Get object from an XML-stream

VisibleObject ( ) : System
VisibleObject ( Microsoft.Xna.Framework.Content.ContentManager content, string srcFile, Rectangle clipRect, Backend offset = null, Backend crop = null ) : System

WriteXml ( System writer ) : void

Dump object to an XML-stream

Method Details

GetSchema() public method

Useless function from the IXmlSerializable-Interface
public GetSchema ( ) : System.Xml.Schema.XmlSchema
return System.Xml.Schema.XmlSchema

ReadXml() public method

Get object from an XML-stream
public ReadXml ( System reader ) : void
reader System The reader containing the object
return void

VisibleObject() public method

public VisibleObject ( ) : System
return System

VisibleObject() public method

public VisibleObject ( Microsoft.Xna.Framework.Content.ContentManager content, string srcFile, Rectangle clipRect, Backend offset = null, Backend crop = null ) : System
content Microsoft.Xna.Framework.Content.ContentManager
srcFile string
clipRect Microsoft.Xna.Framework.Rectangle
offset Backend
crop Backend
return System

WriteXml() public method

Dump object to an XML-stream
public WriteXml ( System writer ) : void
writer System The XML-stream to which the object will be dumped
return void