Fix point calculation policy that results in the center of a given
rectangle to be considered the fix point.
Namespace: yWorks.yFiles.LayoutAssembly: 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 name | Description | ||
|---|---|---|---|
| Center | 1 | Fix point calculation policy that results in the center of a given rectangle to be considered the fix point. | |
| UpperLeft | 2 | Fix point calculation policy that results in the upper left corner of a given rectangle to be considered the fix point. |