Fix point calculation policy that results in the center of a given
rectangle to be considered the fix point.
Namespace: yWorks.yFiles.LayoutAssembly: 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 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. |