MonobjcMonobjc Documented Class Library
CGRectEdge Enumeration
NamespacesMonobjc.ApplicationServicesCGRectEdge

Coordinates that establish the edges of a rectangle.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum CGRectEdge
Public Enumeration CGRectEdge
public enum class CGRectEdge
Members
MemberDescription
CGRectMinXEdge

The x-coordinate that establishes the left edge of a rectangle.

Available in Mac OS X v10.0 and later.


CGRectMinYEdge

The y-coordinate that establishes the minimum edge of a rectangle. In Mac OS X, this is typically the bottom edge of the rectangle. If the coordinate system is flipped (or if you are using the default coordinate system in iOS), this constant refers to the top edge of the rectangle.

Available in Mac OS X v10.0 and later.


CGRectMaxXEdge

The x-coordinate that establishes the right edge of a rectangle.

Available in Mac OS X v10.0 and later.


CGRectMaxYEdge

The y-coordinate that establishes the maximum edge of a rectangle. In Mac OS X, this is typically the top edge of the rectangle. If the coordinate system is flipped (or if you are using the default coordinate system in iOS), this constant refers to the bottom edge of the rectangle.

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)