CoreGraphics.CGRect Members

The members of CoreGraphics.CGRect are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Fields

static readonly
EmptyCGRect. Documentation for this section has not yet been entered.

Public Properties

[read-only]
Bottomnfloat. Documentation for this section has not yet been entered.
Heightnfloat. Documentation for this section has not yet been entered.
[read-only]
IsEmptybool. Documentation for this section has not yet been entered.
[read-only]
Leftnfloat. Documentation for this section has not yet been entered.
LocationCGPoint. Documentation for this section has not yet been entered.
[read-only]
Rightnfloat. Documentation for this section has not yet been entered.
SizeCGSize. Documentation for this section has not yet been entered.
[read-only]
Topnfloat. Documentation for this section has not yet been entered.
Widthnfloat. Documentation for this section has not yet been entered.
Xnfloat. Documentation for this section has not yet been entered.
Ynfloat. Documentation for this section has not yet been entered.

Public Methods

Contains(CGPoint) : bool
Documentation for this section has not yet been entered.
Contains(CGRect) : bool
Documentation for this section has not yet been entered.
Contains(nfloat, nfloat) : bool
Documentation for this section has not yet been entered.
Equals(CGRect) : bool
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
static
FromLTRB(nfloat, nfloat, nfloat, nfloat) : CGRect
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
Inflate(CGSize)
Documentation for this section has not yet been entered.
Inflate(nfloat, nfloat)
Documentation for this section has not yet been entered.
static
Inflate(CGRect, nfloat, nfloat) : CGRect
Documentation for this section has not yet been entered.
Intersect(CGRect)
Documentation for this section has not yet been entered.
static
Intersect(CGRect, CGRect) : CGRect
Documentation for this section has not yet been entered.
IntersectsWith(CGRect) : bool
Documentation for this section has not yet been entered.
Offset(CGPoint)
Documentation for this section has not yet been entered.
Offset(nfloat, nfloat)
Documentation for this section has not yet been entered.
ToDictionary() : Foundation.NSDictionary
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
static
TryParse(Foundation.NSDictionary, out CGRect) : bool
Documentation for this section has not yet been entered.
static
Union(CGRect, CGRect) : CGRect
Documentation for this section has not yet been entered.

Public Operators

static
Equality(CGRect, CGRect)Documentation for this section has not yet been entered.
static
Inequality(CGRect, CGRect)Documentation for this section has not yet been entered.
static
Conversion to System.Drawing.Rectangle(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Drawing.RectangleF(Explicit)Documentation for this section has not yet been entered.
static
Conversion to CoreGraphics.CGRect(Implicit)Documentation for this section has not yet been entered.
static
Conversion to CoreGraphics.CGRect(Implicit)Documentation for this section has not yet been entered.