Méthode | Description | |
---|---|---|
BeamSystemSketch ( System canvas ) : System |
constructor
|
|
Draw ( |
draw beam system
|
|
DrawProfile ( IList |
draw the profile in the canvas
|
Méthode | Description | |
---|---|---|
Paint ( Object sender, PaintEventArgs e ) : void |
draw beam system on canvas control
|
Méthode | Description | |
---|---|---|
CalculateCanvasRegion ( ) : System.Drawing.PointF[] |
get the display region, adjust the proportion and location
|
|
CalculateTransform ( ) : void |
calculate the transform between canvas and geometry objects
|
|
GetLine2D ( Line line ) : |
generate a Line2D instance using a Line's data
|
|
Initialize ( IList |
initialize geometry objects and bounding box
|
public BeamSystemSketch ( System canvas ) : System | ||
canvas | System | the control to draw beam system |
Résultat | System |
public Draw ( |
||
g | encapsulates a GDI+ drawing surface | |
translate | Matrix | translation matrix to canvas coordinates |
Résultat | void |
public DrawProfile ( IList |
||
profile | IList |
the profile of the beam system |
Résultat | void |
protected Paint ( Object sender, PaintEventArgs e ) : void | ||
sender | Object | canvas control |
e | PaintEventArgs | data for the Paint event |
Résultat | void |