C# 클래스 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.
상속: Graphic
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

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

메소드 상세

DrawSelf() 공개 메소드

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

GRectangle() 공개 메소드

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
리턴 System

GetSchema() 공개 메소드

public GetSchema ( ) : XmlSchema
리턴 XmlSchema

ReadXml() 공개 메소드

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

WriteXml() 공개 메소드

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