Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Dispose
|
|
Draw ( |
Draw the edge in Graphics.
|
|
EdgeBinding ( System.Edge edge ) : System |
Constructor takes Edge as parameter.
|
|
HighLight ( float x, float y ) : bool |
If the edge under the location (x, y), set the highlight flag to true, otherwise false.
|
|
Reset ( ) : void |
Reset the status of the edge: un-highlighted, un-selected
|
|
Update ( Transform rotation, XYZ translation, double scale ) : void |
Update the edge's geometry according to the transformation.
|
Méthode | Description | |
---|---|---|
GetRegion ( ) : |
Return the Edge Region.
|
|
HitTest ( float x, float y ) : bool |
Test whether or not the edge is under a specified location.
|
public Draw ( |
||
g | Graphics | |
Résultat | void |
public EdgeBinding ( System.Edge edge ) : System | ||
edge | System.Edge | Edge |
Résultat | System |
public HighLight ( float x, float y ) : bool | ||
x | float | X coordinate |
y | float | Y coordinate |
Résultat | bool |
public Update ( Transform rotation, XYZ translation, double scale ) : void | ||
rotation | Transform | Rotation transform |
translation | XYZ | Translation transform |
scale | double | Scale transform |
Résultat | void |