ForEach.ForEachShapeCallback

ForEach.ForEachShapeCallback delegate

Callback that will be invoked for each Shape in the Presentation.

public delegate void ForEachShapeCallback(Shape shape, BaseSlide slide, int index);
ParameterDescription
slide
index

See Also