C# Class GraphicLine, NewTOAPIA

Inheritance: Graphic
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DrawSelf ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
Résultat void

GetSchema() public méthode

public GetSchema ( ) : XmlSchema
Résultat XmlSchema

GraphicLine() public méthode

public GraphicLine ( ) : System
Résultat System

GraphicLine() public méthode

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
Résultat System

ReadXml() public méthode

public ReadXml ( XmlReader reader ) : void
reader XmlReader
Résultat void

WriteXml() public méthode

public WriteXml ( XmlWriter writer ) : void
writer XmlWriter
Résultat void