프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_drawCenter | PointF |
메소드 | 설명 | |
---|---|---|
GraphicsControl ( |
The construct of the GraphicsControl.
|
|
GraphicsControl_Load ( object sender, EventArgs e ) : void |
When the GraphicsControl was loaded, then add the picture box control to it and initialize the draw center and scale value.
|
|
m_footPrintRoofWrapper_OnFootPrintRoofLineChanged ( object sender, EventArgs e ) : void |
When the current selected FootPrintRoofLine changed in the PropertyGrid, then update the drawing.
|
|
picturebox_Paint ( object sender, PaintEventArgs e ) : void |
Display the footprint roof lines in the picture box control.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
GraphicsControl ( ) : System |
The private construct
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public GraphicsControl ( |
||
footPrintRoofWrapper | A reference to FootPrintRoofWrapper which will be displayed in /// the picture box control. | |
리턴 | System |
public GraphicsControl_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
리턴 | void |
public m_footPrintRoofWrapper_OnFootPrintRoofLineChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
리턴 | void |
public picturebox_Paint ( object sender, PaintEventArgs e ) : void | ||
sender | object | |
e | PaintEventArgs | |
리턴 | void |