GetEffectsByShape()

ISequence::GetEffectsByShape(System::SharedPtr<IShape>) method

Returns array of effects for the specified shape.

virtual System::ArrayPtr<System::SharedPtr<IEffect>> Aspose::Slides::Animation::ISequence::GetEffectsByShape(System::SharedPtr<IShape> shape)=0

Arguments

ParameterTypeDescription
shapeSystem::SharedPtr<IShape>Shape object IShape

Return Value

Array of effects IEffect

See Also