TouchListLiteGetMyBackground Method

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

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public void GetMyBackground(
	Graphics gfx,
	Rectangle anArea
)

Parameters

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

Implements

IControlBitmap.GetMyBackground(Graphics, Rectangle)

See Also