/* 233 */ localMatrix.inverse(this.invSpaceMatrix);
/* 234 */ this.origPt = new QDPoint[1];
/* 235 */ this.origPt[0] = new QDPoint(paramMouseEvent.getX(), paramMouseEvent.getY());
/* 236 */ this.invSpaceMatrix.transformPoints(this.origPt);
/* 237 */ this.origTargetMatrix = this.target.getMatrix();
/* 238 */ this.spaceRect = localQDRect.copy();
/* 239 */ this.spaceRect.setX(0);
/* 240 */ this.spaceRect.setY(0);
/* 241 */ this.invSpaceMatrix.transformRect(this.spaceRect);
/* */ } catch (QTException localQTException) {
/* 243 */ QTRuntimeException.handleOrThrow(new QTRuntimeException(localQTException), this, "mousePressed");