Obtains the size of a Rect, optionally applying scaling and/or fixed offsets.

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(Size))]
public class RectToSizeConverter : IValueConverter
Visual Basic (Declaration)
<ValueConversionAttribute(GetType(Rect), GetType(Size))> _
Public Class RectToSizeConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfDiagramming.Foundation..::.RectToSizeConverter

See Also