프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_dHalfWidth | Double |
메소드 | 설명 | |
---|---|---|
AssertValid ( ) : void | ||
GetBounds ( ) : System.Windows.Media.Geometry | ||
GetEdgeEndpoint ( Point otherEndpoint, Point &edgeEndpoint ) : void | ||
GetLabelLocation ( VertexLabelPosition labelPosition ) : Point | ||
GetSelfLoopEndpoint ( RectangleEdge farthestGraphRectangleEdge ) : Point | ||
TriangleVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double halfWidth ) : System |
Initializes a new instance of the
|
public GetBounds ( ) : System.Windows.Media.Geometry | ||
리턴 | System.Windows.Media.Geometry |
public GetEdgeEndpoint ( Point otherEndpoint, Point &edgeEndpoint ) : void | ||
otherEndpoint | Point | |
edgeEndpoint | Point | |
리턴 | void |
public GetLabelLocation ( VertexLabelPosition labelPosition ) : Point | ||
labelPosition | VertexLabelPosition | |
리턴 | Point |
public GetSelfLoopEndpoint ( RectangleEdge farthestGraphRectangleEdge ) : Point | ||
farthestGraphRectangleEdge | RectangleEdge | |
리턴 | Point |
public TriangleVertexDrawingHistory ( 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 triangle that was drawn for |
리턴 | System |