CGRect.Empty Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.