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