Свойство | Тип | Описание | |
---|---|---|---|
m_aoVertices | IVertex[] |
Метод | Описание | |
---|---|---|
AssertValid ( ) : void | ||
CancelDrag ( ) : void | ||
CreateVisual ( Point currentMouseLocation, Color backColor, |
||
DraggedVertices ( IVertex vertices, Point mouseDownLocation, |
Initializes a new instance of the DraggedVertices class.
|
|
RemoveMetadataFromVertices ( ) : void |
Метод | Описание | |
---|---|---|
AddMetadataToVertices ( ) : void | ||
GetOriginalVertexLocation ( IVertex oVertex ) : System.Drawing.PointF |
public CreateVisual ( Point currentMouseLocation, Color backColor, |
||
currentMouseLocation | Point | |
backColor | Color | |
vertexDrawer | ||
Результат | Visual |
public DraggedVertices ( IVertex vertices, Point mouseDownLocation, |
||
vertices | IVertex | /// An array of one or more vertices being dragged. /// |
mouseDownLocation | Point | /// Location where the vertex was clicked, in client coordinates. /// |
graphRectangle | /// The graph rectangle. /// | |
margin | /// The graph margin. /// | |
Результат | System |
protected GetOriginalVertexLocation ( IVertex oVertex ) : System.Drawing.PointF | ||
oVertex | IVertex | |
Результат | System.Drawing.PointF |
public RemoveMetadataFromVertices ( ) : void | ||
Результат | void |