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

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

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

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

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

Метод Описание
AssertValid ( ) : void
GetBounds ( ) : System.Windows.Media.Geometry
GetEdgeEndpoint ( Point otherEndpoint, Point &edgeEndpoint ) : void
GetLabelLocation ( VertexLabelPosition labelPosition ) : Point
GetSelfLoopEndpoint ( RectangleEdge farthestGraphRectangleEdge ) : Point
SolidTaperedDiamondVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double halfWidth ) : System

Initializes a new instance of the class.

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

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

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

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

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

Initializes a new instance of the class.
public SolidTaperedDiamondVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double halfWidth ) : 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. ///
halfWidth Double /// The half-width of the diamond that was drawn for . ///
Результат System

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

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

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