コード例 #1
0
 def position(self, value):
     self._obj.SetPosition(Point.native_from(value))
コード例 #2
0
 def position(self):
     return Point.wrap(self._obj.GetPosition())