C# Класс Smrf.NodeXL.Visualization.Wpf.CircleVertexDrawingHistory

Retains information about how one vertex was drawn as a .
Наследование: VertexDrawingHistory
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
m_dRadius Double

Открытые методы

Метод Описание
AssertValid ( ) : void
CircleVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double radius ) : System

Initializes a new instance of the class.

GetBounds ( ) : System.Windows.Media.Geometry
GetEdgeEndpoint ( Point otherEndpoint, Point &edgeEndpoint ) : void
GetLabelLocation ( VertexLabelPosition labelPosition ) : Point
GetSelfLoopEndpoint ( RectangleEdge farthestGraphRectangleEdge ) : Point

Описание методов

AssertValid() публичный Метод

public AssertValid ( ) : void
Результат void

CircleVertexDrawingHistory() публичный Метод

Initializes a new instance of the class.
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 . ///
Результат System

GetBounds() публичный Метод

public GetBounds ( ) : System.Windows.Media.Geometry
Результат System.Windows.Media.Geometry

GetEdgeEndpoint() публичный Метод

public GetEdgeEndpoint ( Point otherEndpoint, Point &edgeEndpoint ) : void
otherEndpoint Point
edgeEndpoint Point
Результат void

GetLabelLocation() публичный Метод

public GetLabelLocation ( VertexLabelPosition labelPosition ) : Point
labelPosition VertexLabelPosition
Результат Point

GetSelfLoopEndpoint() публичный Метод

public GetSelfLoopEndpoint ( RectangleEdge farthestGraphRectangleEdge ) : Point
farthestGraphRectangleEdge RectangleEdge
Результат Point

Описание свойств

m_dRadius защищенное свойство

protected Double m_dRadius
Результат Double