TouchListLiteGetMyBackground Method
Draws a part of the control, which is beneath the child control on the graphics object of the child control's background.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public void GetMyBackground(
Graphics gfx,
Rectangle anArea
)
Public Sub GetMyBackground (
gfx As Graphics,
anArea As Rectangle
)
- gfx Graphics
- The graphics object onto which the bitmap should be drawn.
- anArea Rectangle
- The rectangle area, which is under the child control.
IControlBitmap.GetMyBackground(Graphics, Rectangle)