I'm using layers and want to clip a certain section of a layer called baseLayer. If I write:
clipLayer(this.baseLayer,0,0,width,height) it shows the layer from the point (0,0) to (width,height) but i want some kind of inverted cliplayer command so that instead of showing a layer from one point...