Exemplo n.º 1
0
 def position(self, value):
     self._obj.SetPosition(Point.native_from(value))
Exemplo n.º 2
0
 def position(self):
     return Point.wrap(self._obj.GetPosition())