Defines a visitor for drawing elements. More...
Public Member Functions | |
| ElementVisitor (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| void | Apply (cadex.Drawing.AngularDimension theElement) |
| void | Apply (cadex.Drawing.CurveSet theElement) |
| void | Apply (cadex.Drawing.DiametricDimension theElement) |
| void | Apply (cadex.Drawing.Hatch theElement) |
| void | Apply (cadex.Drawing.LinearDimension theElement) |
| void | Apply (cadex.Drawing.PiecewiseContour theElement) |
| void | Apply (cadex.Drawing.PointSet theElement) |
| void | Apply (cadex.Drawing.RadialDimension theElement) |
| void | Apply (cadex.Drawing.Text theElement) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Defines a visitor for drawing elements.
Provides an interface for visitors to implement to access elements stored in instances of Drawing.View.