MonobjcMonobjc Documented Class Library
NSRectEdge Enumeration
NamespacesMonobjc.FoundationNSRectEdge

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.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSRectEdge
Public Enumeration NSRectEdge
public enum class NSRectEdge
Members
MemberDescription
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.


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

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)