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 override void DrawShape(
	Canvas canvas,
	Shape source,
	MediaFill fills
)
Visual Basic (Declaration)
Public Overrides Sub DrawShape ( _
	canvas As Canvas, _
	source As Shape, _
	fills As MediaFill _
)
Visual C++
public:
virtual void DrawShape(
	Canvas^ canvas, 
	Shape^ source, 
	MediaFill^ fills
) override

See Also