Represents an adapter for the Ellipse export.

Namespace:  PerpetuumSoft.Reporting.Export.Xps.ShapeAdapters
Assembly:  PerpetuumSoft.Reporting.Export.Xps (in PerpetuumSoft.Reporting.Export.Xps.dll) Version: 3.9.0.1

Syntax

C#
public class EllipseAdapter : ShapeAdapter
Visual Basic (Declaration)
Public Class EllipseAdapter _
	Inherits ShapeAdapter
Visual C++
public ref class EllipseAdapter : public ShapeAdapter

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.Export.Xps.ShapeAdapters..::.ShapeAdapter
    PerpetuumSoft.Reporting.Export.Xps.ShapeAdapters..::.EllipseAdapter

See Also