Gets snap positions for drawing guidelines.
Namespace:
Mindscape.WpfDiagramming.FoundationAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
IEnumerable<double> GetGuidelines( double startValue, double endValue ) |
Visual Basic (Declaration) |
---|
Function GetGuidelines ( _ startValue As Double, _ endValue As Double _ ) As IEnumerable(Of Double) |
Parameters
- startValue
- Type: System..::.Double
A value below which guidelines are not required.
- endValue
- Type: System..::.Double
A value above which guidelines are not required.