Hide menu
Loading...
Searching...
No Matches
cadex.Drawing.ElementVisitor Class Referenceabstract

Defines a visitor for drawing elements. More...

Inheritance diagram for cadex.Drawing.ElementVisitor:
cadex.Drawing.CombinedElementVisitor cadex.Drawing.ElementVoidVisitor

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)
 

Detailed Description

Defines a visitor for drawing elements.

Provides an interface for visitors to implement to access elements stored in instances of Drawing.View.