CGRect.Empty Field
Definition
Represents a CGRect structure with its properties left uninitialized.
[Foundation.Field("CGRectZero", "CoreGraphics")]
public static readonly CoreGraphics.CGRect Empty;
staticval mutable Empty : CoreGraphics.CGRect
Field Value
- Attributes
Remarks
A rectangle is defined by its width, height and upper-left corner.