newPixels vs newPixels(x,y,w,h);

From: Mike Crenshaw (ml_at_komogvind.dk)
Date: 06/29/04


Date: Tue, 29 Jun 2004 12:50:32 +0200

hi
i was wondering if there is a performance gain by using newPixels(x,y,w,h)
instead of just newPixels()? I imagine works a bit like setClip(x,y,w,h)..