Свойство | Тип | Описание | |
---|---|---|---|
DrawCurve | void |
Метод | Описание | |
---|---|---|
Draw ( System graphics, System pen ) : void |
Draw the footprint line in GDI.
|
|
FootPrintRoofLine ( FootPrintRoof roof, ModelCurve curve ) : System |
The construct of the FootPrintRoofLine class.
|
Метод | Описание | |
---|---|---|
DrawCurve ( |
Draw the curve in GDI.
|
public Draw ( System graphics, System pen ) : void | ||
graphics | System | |
pen | System | |
Результат | void |
public FootPrintRoofLine ( FootPrintRoof roof, ModelCurve curve ) : System | ||
roof | FootPrintRoof | The footprint roof which the foot print data belong to. |
curve | ModelCurve | The model curve data which the foot print data stand for. |
Результат | System |