Calculates the position of a Point on a rectangle, relative to the top left of the rectangle.

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

Syntax

C#
public class RectToPointConverter : IValueConverter
Visual Basic (Declaration)
Public Class RectToPointConverter _
	Implements IValueConverter

Remarks

This converter is typically used for scaling non-rectangular paths to fit a node.

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfDiagramming.Foundation..::.RectToPointConverter

See Also