Draws the border.

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

Syntax

C#
public void DrawBorder(
	Graphics g,
	RectangleF rect,
	Unit createPenUnit
)
Visual Basic (Declaration)
Public Sub DrawBorder ( _
	g As Graphics, _
	rect As RectangleF, _
	createPenUnit As Unit _
)
Visual C++
public:
void DrawBorder(
	Graphics^ g, 
	RectangleF rect, 
	Unit createPenUnit
)

See Also