Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个图形程序,我想从我在标题中提到的数字中获取角点。我需要它们,因为在这些地方,我想放置白色的小矩形,以便我调整这些图形的大小。
如果您将所有形状放在 Canvas 中,您应该能够使用canvas 类的GetLeft和方法获得 x 和 y 轴。GetTop从那里你可以使用形状的宽度和高度来放置你的白色小矩形。
GetLeft
GetTop