CylinderDrawBackground Method
Draws the background of the
Cylinder over its surface.
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
protected virtual void DrawBackground(
Graphics g,
Rectangle aRect
)
Protected Overridable Sub DrawBackground (
g As Graphics,
aRect As Rectangle
)
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.
This method gets explicitly called by
iWheel each time it is asked to paint itself.