public void DrawLayer (CGLayer layer, CGPoint point) { if (layer == null) throw new ArgumentNullException ("layer"); CGContextDrawLayerAtPoint (handle, point, layer.Handle); }
public void DrawLayer (CGLayer layer, CGRect rect) { if (layer == null) throw new ArgumentNullException ("layer"); CGContextDrawLayerInRect (handle, rect, layer.Handle); }
public CIImage(CGLayer layer, NSDictionary d) { throw new NotSupportedException (); }
public CIImage(CGLayer layer, CIImageInitializationOptions options) { throw new NotSupportedException (); }
public CIImage(CGLayer layer) { throw new NotSupportedException (); }