Visitor interface for IShape objects.
interface
|
IShapeVisitor
|
When calling Accept, the most specific visitor method will be called.
Visits the given shape.
method
|
Visit
(IShape shape,
object userData)
|
||
params
|
shape
|
[not-null]
|
The shape. |
userData
|
Optional user data. |
Visits the given shape.
method
|
Visit
(IShapeGroup shape,
object userData)
|
||
params
|
shape
|
[not-null]
|
The shape. |
userData
|
Optional user data. |