A type of IPositionCalculator that calculates the position according to factors of the width and height of a bounding 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 OffsetPositionCalculator : IPositionCalculator
Visual Basic (Declaration)
Public Class OffsetPositionCalculator _
	Implements IPositionCalculator

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfDiagramming.Foundation..::.OffsetPositionCalculator

See Also