Converts a Rect to a number based on the width or height of the Rect.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
[ValueConversionAttribute(typeof(Rect), typeof(double))]
public class RectToDoubleConverter : IValueConverter
Visual Basic (Declaration)
<ValueConversionAttribute(GetType(Rect), GetType(Double))> _
Public Class RectToDoubleConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfDiagramming.Foundation..::.RectToDoubleConverter

See Also