Свойство | Type | Description | |
---|---|---|---|
m_dRadius | Double |
Méthode | Description | |
---|---|---|
AssertValid ( ) : void | ||
CircleVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double radius ) : System |
Initializes a new instance of the
|
|
GetBounds ( ) : System.Windows.Media.Geometry | ||
GetEdgeEndpoint ( Point otherEndpoint, Point &edgeEndpoint ) : void | ||
GetLabelLocation ( VertexLabelPosition labelPosition ) : Point | ||
GetSelfLoopEndpoint ( RectangleEdge farthestGraphRectangleEdge ) : Point |
public CircleVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double radius ) : System | ||
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. /// |
radius | Double |
/// The radius of |
Résultat | System |
public GetBounds ( ) : System.Windows.Media.Geometry | ||
Résultat | System.Windows.Media.Geometry |
public GetEdgeEndpoint ( Point otherEndpoint, Point &edgeEndpoint ) : void | ||
otherEndpoint | Point | |
edgeEndpoint | Point | |
Résultat | void |
public GetLabelLocation ( VertexLabelPosition labelPosition ) : Point | ||
labelPosition | VertexLabelPosition | |
Résultat | Point |
public GetSelfLoopEndpoint ( RectangleEdge farthestGraphRectangleEdge ) : Point | ||
farthestGraphRectangleEdge | RectangleEdge | |
Résultat | Point |