IScaleEffect class

IScaleEffect class

Represents animation scale effect.

The IScaleEffect type exposes the following members:

Properties

PropertyDescription
zoom_contentDetermines whether a content should be zoomed.
Read/write NullableBool.
from_addressSpecifies an x/y co-ordinate to start the animation from (in percents).
Read/write aspose.pydrawing.PointF.
toSpecifies the target location for an animation scale effect (in percents).
Read/write aspose.pydrawing.PointF.
bydescribes the relative offset value for the animation (in percents).
Read/write aspose.pydrawing.PointF.
accumulate
additive
properties
timing

See Also