Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: RT.Coordinates.AtEdges

Summary

Specifies that a cell’s shape should be modified to make the whole structure a rectangle with straight edges all around. Only some grid geometries support this.

Enum values

4This cell is at the bottom edge of a rectangular structure.
8This cell is at the left edge of a rectangular structure.
0This cell is unmodified.
2This cell is at the right edge of a rectangular structure.
1This cell is at the top edge of a rectangular structure.