PresentationAnimationsGenerator()

PresentationAnimationsGenerator::PresentationAnimationsGenerator(System::SharedPtr<Presentation>) constructor

Creates a new instance of the PresentationAnimationsGenerator.

Aspose::Slides::Export::PresentationAnimationsGenerator::PresentationAnimationsGenerator(System::SharedPtr<Presentation> presentation)

Arguments

ParameterTypeDescription
presentationSystem::SharedPtr<Presentation>The frame size will be set with accordance to the Presentation::get_SlideSize

PresentationAnimationsGenerator::PresentationAnimationsGenerator(System::Drawing::Size) constructor

Creates a new instance of the PresentationAnimationsGenerator.

Aspose::Slides::Export::PresentationAnimationsGenerator::PresentationAnimationsGenerator(System::Drawing::Size frameSize)

Arguments

ParameterTypeDescription
frameSizeSystem::Drawing::SizeThe frame size.

See Also