Draws the items of the collection.
Namespace:
BeeMobile.TransparentControls.PrimitivesAssembly: BeeMobile.TPanels.NET35 (in BeeMobile.TPanels.NET35.dll) Version: 3.5.8.5
Syntax
C# |
---|
public void Draw( Graphics gfx, Point parentOffset ) |
Visual Basic (Declaration) |
---|
Public Sub Draw ( _ gfx As Graphics, _ parentOffset As Point _ ) |
Visual C++ |
---|
public: void Draw( Graphics^ gfx, Point parentOffset ) |
Parameters
- gfx
- Type: System.Drawing..::.Graphics
The graphics object to draw on.
- parentOffset
- Type: System.Drawing..::.Point
The offset of the parent container, relative to the upper left corner of the graphics object.