Draws a part of the control, which is beneath the child control on the graphics object of the child control's background.

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TPanels.NET35 (in BeeMobile.TPanels.NET35.dll) Version: 3.5.8.5

Syntax

C#
public void GetMyBackground(
	Graphics gfx,
	Rectangle area
)
Visual Basic (Declaration)
Public Sub GetMyBackground ( _
	gfx As Graphics, _
	area As Rectangle _
)
Visual C++
public:
virtual void GetMyBackground(
	Graphics^ gfx, 
	Rectangle area
) sealed

Parameters

gfx
Type: System.Drawing..::.Graphics
The graphics object onto which the bitmap should be drawn.
area
Type: System.Drawing..::.Rectangle
The rectangle area, which is under the child control.

Implements

IControlBitmapGetMyBackground(Graphics, Rectangle)

See Also