C# Класс Nexus.Client.Settings.WindowPositions.LocationInfo

The location info for a window.
Наследование: IXmlSerializable
Показать файл Открыть проект

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

Метод Описание
GetSchema ( ) : XmlSchema

This method is reserved, and returns as required.

LocationInfo ( ) : System.Collections.Generic

The default constructor.

LocationInfo ( Point p_pntLocation, Size p_szeSize, bool p_booIsMaximized ) : System.Collections.Generic

A simple constructor that initializes the object with the given values.

ReadXml ( XmlReader reader ) : void

Deserializes the object from XML.

WriteXml ( XmlWriter writer ) : void

Serializes the object to XML.

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

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

This method is reserved, and returns as required.
public GetSchema ( ) : XmlSchema
Результат System.Xml.Schema.XmlSchema

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

The default constructor.
public LocationInfo ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

A simple constructor that initializes the object with the given values.
public LocationInfo ( Point p_pntLocation, Size p_szeSize, bool p_booIsMaximized ) : System.Collections.Generic
p_pntLocation System.Drawing.Point Where the window is located.
p_szeSize System.Drawing.Size The window size.
p_booIsMaximized bool Whether the window is maximized.
Результат System.Collections.Generic

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

Deserializes the object from XML.
public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader The xml reader from which to deserialize the object.
Результат void

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

Serializes the object to XML.
public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter The xml writer to which to serialize the object.
Результат void