Draws the border.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void DrawBorder( Graphics g, RectangleF rect ) |
| Visual Basic (Declaration) |
|---|
Public Sub DrawBorder ( _ g As Graphics, _ rect As RectangleF _ ) |
| Visual C++ |
|---|
public: void DrawBorder( Graphics^ g, RectangleF rect ) |