Identifiers used by NSDivideRect to specify the edge of the input rectangle from which the division is measured.
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public enum NSRectEdge
Public Enumeration NSRectEdge
public enum class NSRectEdge

Member | Description |
---|---|
NSMinXEdge | Specifies the left edge of the input rectangle. The input rectangle is divided vertically, and the leftmost rectangle with the width of amount is placed in slice. Available in Mac OS X v10.0 and later. |
NSMinYEdge | Specifies the bottom edge of the input rectangle. The input rectangle is divided horizontally, and the bottom rectangle with the height of amount is placed in slice. Available in Mac OS X v10.0 and later. |
NSMaxXEdge | Specifies the right edge of the input rectangle. The input rectangle is divided vertically, and the rightmost rectangle with the width of amount is placed in slice. Available in Mac OS X v10.0 and later. |
NSMaxYEdge | Specifies the top edge of the input rectangle. The input rectangle is divided horizontally, and the top rectangle with the height of amount is placed in slice. Available in Mac OS X v10.0 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)