Represents a visitor of a Geometry object.
The following tables list the members exposed by the GeometryVisitor type.
Protected Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the GeometryVisitor class. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Called when visiting ArcTo operators. |
|
![]() |
Called when visiting Ellipse operators. |
|
![]() |
Called when visiting EllipticalArcTo operators. |
|
![]() |
Called when visiting LineTo operators. |
|
![]() |
Called when visiting MoveTo operators. |
|
![]() |
Called when visiting PolylineTo operators. |
|
![]() |
Visits the specified Geometry object. |
See Also