C# Класс Gruppe22.Client.VisibleObject

An animation phase
Наследование: IXmlSerializable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetSchema() публичный Метод

Useless function from the IXmlSerializable-Interface
public GetSchema ( ) : System.Xml.Schema.XmlSchema
Результат System.Xml.Schema.XmlSchema

ReadXml() публичный Метод

Get object from an XML-stream
public ReadXml ( System reader ) : void
reader System The reader containing the object
Результат void

VisibleObject() публичный Метод

public VisibleObject ( ) : System
Результат System

VisibleObject() публичный Метод

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
Результат System

WriteXml() публичный Метод

Dump object to an XML-stream
public WriteXml ( System writer ) : void
writer System The XML-stream to which the object will be dumped
Результат void