Fix point calculation policy that results in the center of a given rectangle to be considered the fix point.

Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public enum FixPointPolicy
Visual Basic
Public Enumeration FixPointPolicy

Members

Member nameDescription
Center1 Fix point calculation policy that results in the center of a given rectangle to be considered the fix point.
UpperLeft2 Fix point calculation policy that results in the upper left corner of a given rectangle to be considered the fix point.

See Also