rotation_center property

rotation_center property

Describes the center of the rotation used to rotate a motion path by X angle. Read/write aspose.pydrawing.PointF.

Definition:

@property
def rotation_center(self):
    ...

@rotation_center.setter
def rotation_center(self, value):
    ...

See Also