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.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

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