CylinderDrawBackground Method

Draws the background of the Cylinder over its surface.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
protected virtual void DrawBackground(
	Graphics g,
	Rectangle aRect
)

Parameters

g  Graphics
A Graphics object used to perform the drawing.
aRect  Rectangle
A Rectangle object which represents the bounds of a region in which the method should draw.

Remarks

This method gets explicitly called by iWheel each time it is asked to paint itself.

See Also