Enum FixedDivisionMode
Different ways to handle the "remainder" when dividing an arbitrary length by a fixed size
Namespace: Elements.Spatial
Assembly: Hypar.Elements.dll
Syntax
public enum FixedDivisionMode
Fields
Name | Description |
---|---|
RemainderAtBothEnds | Take the remainder and split it across both ends of the grid |
RemainderAtEnd | Locate the remainder at the end of the grid |
RemainderAtStart | Locate the remainder at the start of the grid |
RemainderNearMiddle | Locate the remainder at or near the middle of the grid. |