Represents an adapter for the Polygon 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 PolygonAdapter : ShapeAdapter
Visual Basic (Declaration)
Public Class PolygonAdapter _
	Inherits ShapeAdapter
Visual C++
public ref class PolygonAdapter : public ShapeAdapter

Inheritance Hierarchy

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

See Also