我有一个项目(一个矩形),可以在网格的不同位置移动(参见下面的代码)。
决定矩形是在一个单元格还是另一个单元格中的参考是矩形的左上角(x = 0; y = 0)。我希望引用是矩形的中心。有什么想法吗?
找到以下代码:
Session["Product_ID"] = Product_ID;
Session["Product_Name"] = Product_Name;
Session["Product_Price"] = Product_Price; Response.Redirect("PaymentGateway.aspx");
答案 0 :(得分:2)
You have the Drag
-attached property, which has the hotSpot
- PointF
类型的属性将js变量传递给本机模式。
将此属性设置为Qt.point(width / 2, height / 2)