메소드 | 설명 | |
---|---|---|
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 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 | |
리턴 | System |