- graphics
- The Graphics surface on which to draw the AnnContainer.
- rect
- The destination rectangle.
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Overridable Sub Draw( _ ByVal graphics As Graphics, _ ByVal rect As Rectangle _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- graphics
- The Graphics surface on which to draw the AnnContainer.
- rect
- The destination rectangle.
All visible objects in this container will be drawn into the specified graphics.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code