Property | Type | Description | |
---|---|---|---|
m_oRectangle |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
GetBounds ( ) : System.Windows.Media.Geometry | ||
GetEdgeEndpoint ( Point otherEndpoint, Point &edgeEndpoint ) : void | ||
GetLabelLocation ( VertexLabelPosition labelPosition ) : Point | ||
GetSelfLoopEndpoint ( RectangleEdge farthestGraphRectangleEdge ) : Point | ||
RectangleVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, |
Initializes a new instance of the
|
public GetBounds ( ) : System.Windows.Media.Geometry | ||
return | System.Windows.Media.Geometry |
public GetEdgeEndpoint ( Point otherEndpoint, Point &edgeEndpoint ) : void | ||
otherEndpoint | Point | |
edgeEndpoint | Point | |
return | void |
public GetLabelLocation ( VertexLabelPosition labelPosition ) : Point | ||
labelPosition | VertexLabelPosition | |
return | Point |
public GetSelfLoopEndpoint ( RectangleEdge farthestGraphRectangleEdge ) : Point | ||
farthestGraphRectangleEdge | RectangleEdge | |
return | Point |
public RectangleVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, |
||
vertex | IVertex | /// The vertex that was drawn. /// |
drawingVisual | System.Windows.Media.DrawingVisual | /// The DrawingVisual object that was used to draw the vertex. /// |
drawnAsSelected | System.Boolean | /// true if the vertex was drawn as selected. /// |
rectangle |
/// The rectangle that was drawn for |
|
return | System |