C# Class GRectangle, NewTOAPIA

The GRectangle class encapsulates the properties of a border. Basically a rectangle. It most closely matches the Border property of a Box in the CSS system.
Inheritance: Graphic
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
DrawSelf ( DrawEvent e ) : void
GRectangle ( string name, int x, int y, int width, int height, uint bkColor, uint borderColor, float weight ) : System
GetSchema ( ) : XmlSchema
ReadXml ( XmlReader reader ) : void
WriteXml ( XmlWriter writer ) : void

Method Details

DrawSelf() public méthode

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

GRectangle() public méthode

public GRectangle ( string name, int x, int y, int width, int height, uint bkColor, uint borderColor, float weight ) : System
name string
x int
y int
width int
height int
bkColor uint
borderColor uint
weight float
Résultat System

GetSchema() public méthode

public GetSchema ( ) : XmlSchema
Résultat XmlSchema

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