Point()

Point::Point() constructor

Default constructor.

Aspose::Slides::Animation::Point::Point()

Point::Point(float, System::SharedPtr<System::Object>, System::String) constructor

Create animation point with time, value and formula.

Aspose::Slides::Animation::Point::Point(float time, System::SharedPtr<System::Object> value, System::String formula)

Arguments

ParameterTypeDescription
timefloat
valueSystem::SharedPtr<System::Object>
formulaSystem::String

See Also