IShapeIterator Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |