C# 클래스 GraphicLine, NewTOAPIA

상속: Graphic
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

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

메소드 상세

DrawSelf() 공개 메소드

public DrawSelf ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
리턴 void

GetSchema() 공개 메소드

public GetSchema ( ) : XmlSchema
리턴 XmlSchema

GraphicLine() 공개 메소드

public GraphicLine ( ) : System
리턴 System

GraphicLine() 공개 메소드

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

ReadXml() 공개 메소드

public ReadXml ( XmlReader reader ) : void
reader XmlReader
리턴 void

WriteXml() 공개 메소드

public WriteXml ( XmlWriter writer ) : void
writer XmlWriter
리턴 void