IShapeIterator 接口

定义

形状迭代器的接口,将用于循环访问形状及其所有子形状。

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

方法

OnShape(ShapeElement)

在迭代过程中遇到新形状时,将调用此方法。

适用于