from_address property

from_address property

Specifies an x/y co-ordinate to start the animation from (in percents). Read/write aspose.pydrawing.PointF.

Definition:

@property
def from_address(self):
    ...

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

See Also