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

Syntax

C#
public override Brush CreateBrush(
	Fill fill,
	VectorRectangle contentRectangle
)
Visual Basic (Declaration)
Public Overrides Function CreateBrush ( _
	fill As Fill, _
	contentRectangle As VectorRectangle _
) As Brush
Visual C++
public:
virtual Brush^ CreateBrush(
	Fill^ fill, 
	VectorRectangle contentRectangle
) override

See Also