C# Class Pinboard.PinboardDataReaderV1

Show file Open project: jlyonsmith/XnaBuildContent

Public Properties

Property Type Description
rectanglesAtom string

Public Methods

Method Description
ReadXml ( XmlReader reader ) : PinboardData

Private Methods

Method Description
ReadColorXml ( XmlReader reader ) : Color
ReadPinboardXml ( XmlReader reader ) : PinboardData
ReadRectangleXml ( XmlReader reader ) : RectangleInfo
ReadRectanglesXml ( XmlReader reader ) : List

Method Details

ReadXml() public static method

public static ReadXml ( XmlReader reader ) : PinboardData
reader System.Xml.XmlReader
return PinboardData

Property Details

rectanglesAtom public static property

public static string rectanglesAtom
return string