C# Class GraphicLine, NewTOAPIA

Inheritance: Graphic
Mostra file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
DrawSelf ( DrawEvent devent ) : void
GetSchema ( ) : XmlSchema
GraphicLine ( ) : System
GraphicLine ( string name, int x1, int y1, int x2, int y2, uint color, int width ) : System
ReadXml ( XmlReader reader ) : void
WriteXml ( XmlWriter writer ) : void

Method Details

DrawSelf() public method

public DrawSelf ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
return void

GetSchema() public method

public GetSchema ( ) : XmlSchema
return XmlSchema

GraphicLine() public method

public GraphicLine ( ) : System
return System

GraphicLine() public method

public GraphicLine ( string name, int x1, int y1, int x2, int y2, uint color, int width ) : System
name string
x1 int
y1 int
x2 int
y2 int
color uint
width int
return System

ReadXml() public method

public ReadXml ( XmlReader reader ) : void
reader XmlReader
return void

WriteXml() public method

public WriteXml ( XmlWriter writer ) : void
writer XmlWriter
return void