Property | Type | Description | |
---|---|---|---|
m_dWidth | Double | ||
m_oEdge | IEdge |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
EdgeDrawingHistory ( IEdge edge, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double width ) : System |
Initializes a new instance of the EdgeDrawingHistory class.
|
|
GetBounds ( ) : System.Windows.Media.Geometry |
Method | Description | |
---|---|---|
TransformPoints ( |
public EdgeDrawingHistory ( IEdge edge, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double width ) : System | ||
edge | IEdge | /// The edge that was drawn. /// |
drawingVisual | System.Windows.Media.DrawingVisual | /// The DrawingVisual object that was used to draw the edge. /// |
drawnAsSelected | System.Boolean | /// true if the edge was drawn as selected. /// |
width | Double |
/// The width of |
return | System |
public GetBounds ( ) : System.Windows.Media.Geometry | ||
return | System.Windows.Media.Geometry |
protected TransformPoints ( |
||
oTransform | ||
ao4BoundingPoints | Point | |
return | void |