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
Visual Basic (Declaration) |
---|
Public Sub GetMyBackground ( _
gfx As Graphics, _
area As Rectangle _
) |
Visual C++ |
---|
public:
virtual void GetMyBackground(
Graphics^ gfx,
Rectangle area
) sealed |
Implements
IControlBitmapGetMyBackground(Graphics, Rectangle)
See Also