C# Class Smrf.NodeXL.Layouts.VertexGridSnapper

Snaps vertices to a grid.
All methods are static.
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
SnapVerticesToGrid ( IGraph graph, Int32 gridSize ) : void

Private Methods

Méthode Description
SnapCoordinateToGrid ( System.Single fCoordinate, System.Single fGridSize ) : System.Single

Method Details

SnapVerticesToGrid() public static méthode

public static SnapVerticesToGrid ( IGraph graph, Int32 gridSize ) : void
graph IGraph
gridSize System.Int32
Résultat void