rotation_angle недвижимость
rotation_angle недвижимость
Получает и задает поворот фигуры.
Пример
# Gets rotation angle of the shape.
angle = shape.rotation_angle
# Gets rotation angle of the shape.
shape.rotation_angle = 60.0
Определение:
@property
def rotation_angle(self):
...
@rotation_angle.setter
def rotation_angle(self, value):
...
Смотрите также
- модуль
aspose.cells.drawing
- класс
RectangleShape