IShapeIterator Interface

Definition

An interface for a shape iterator, which will be used to iterate through a shape and all its child shapes.

public interface class IShapeIterator
public interface IShapeIterator
type IShapeIterator = interface
Public Interface IShapeIterator

Methods

OnShape(ShapeElement)

This method is called when a new shape is encountered during the iteration.

Applies to