Paints zip code element content.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
protected override void PaintContent(
	PaintArguments args,
	RectangleF contentRectangle
)
Visual Basic (Declaration)
Protected Overrides Sub PaintContent ( _
	args As PaintArguments, _
	contentRectangle As RectangleF _
)
Visual C++
protected:
virtual void PaintContent(
	PaintArguments^ args, 
	RectangleF contentRectangle
) override

See Also