Draws the barcode based on the specified graphics parameters in the specified rectangle.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public void DrawBarCode(
	Graphics g,
	RectangleF r
)
Visual Basic (Declaration)
Public Sub DrawBarCode ( _
	g As Graphics, _
	r As RectangleF _
)
Visual C++
public:
void DrawBarCode(
	Graphics^ g, 
	RectangleF r
)

See Also