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
Mostrar archivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method 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 method

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

GRectangle() public method

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
return System

GetSchema() public method

public GetSchema ( ) : XmlSchema
return XmlSchema

ReadXml() public method

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

WriteXml() public method

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