Method | Description | |
---|---|---|
DrawSelf ( |
||
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 |
public DrawSelf ( |
||
devent | ||
return | void |
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 |