Method | Description | |
---|---|---|
Snapper ( ) : System |
Initializes a new instance of the MapAround.UI.WinForms.SnapInfo which describes a no snapping abilities.
|
|
Snapper ( ICoordinate gridOrigin, double gridCellSize ) : System |
Initializes a new instance of the MapAround.UI.WinForms.SnapInfo which describes a snapping to the regular grid.
|
|
Snapper ( IEnumerable |
Initializes a new instance of the MapAround.UI.WinForms.SnapInfo which describes a snapping to the points.
|
|
Snapper ( IEnumerable |
Initializes a new instance of the MapAround.UI.WinForms.SnapInfo which describes a snapping to the points and the segments.
|
|
Snapper ( IEnumerable |
Initializes a new instance of the MapAround.UI.WinForms.SnapInfo which describes a snapping by the custom method.
|
|
Snapper ( IEnumerable |
Initializes a new instance of the MapAround.UI.WinForms.SnapInfo which describes a snapping to the segments.
|
Method | Description | |
---|---|---|
emptySnapMethod ( ICoordinate c ) : ICoordinate | ||
gridSnapMethod ( ICoordinate c ) : ICoordinate | ||
pointsAndSegmentsSnapMethod ( ICoordinate c ) : ICoordinate | ||
pointsSnapMethod ( ICoordinate c ) : ICoordinate | ||
segmentsSnapMethod ( ICoordinate c ) : ICoordinate |
public Snapper ( ICoordinate gridOrigin, double gridCellSize ) : System | ||
gridOrigin | ICoordinate | |
gridCellSize | double | |
return | System |
public Snapper ( IEnumerable |
||
points | IEnumerable |
|
return | System |
public Snapper ( IEnumerable |
||
points | IEnumerable |
|
segments | IEnumerable |
|
return | System |
public Snapper ( IEnumerable |
||
points | IEnumerable |
|
snapMethod | SnapMethodDelegate | |
return | System |
public Snapper ( IEnumerable |
||
segments | IEnumerable |
|
return | System |