/** @since Available in iOS 4.3 and later. */ public CGPath getPath() { if (has(Keys.Path())) { CGPath val = get(Keys.Path(), CGPath.class); return val; } return null; }
/** @since Available in iOS 4.3 and later. */ public CTFrameClippingPath setPath(CGPath path) { set(Keys.Path(), path); return this; }