答案 0 :(得分:1)
如果以下代码适合您,请告诉我
CGContextRef context = UIGraphicsGetCurrentContext();
CGContextSaveGState(context);
CGFloat size = MIN(imgFrame.size.width, imgFrame.size.height);
CGContextTranslateCTM(context, size / 2, size / 2);
CGContextRotateCTM(context, M_PI_4);
CGContextTranslateCTM(context, -size / 2, -size / 2);
// Start your drawing code
此链接可以帮助您解决问题:Understanding Event Delegation
答案 1 :(得分:0)
对象ElevateZoom.self.nzOffset
包含图像的x和y坐标。
您可以使用以下方式查看值:
console.log( ElevateZoom.self.nzOffset );
通过此信息,您可以实施jQuery.on("click", function(){ //stuff here })
希望我有所帮助。
氰