CylinderDrawData Method
Draws the data of
Cylinder over its surface.
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
protected virtual void DrawData(
Graphics g,
Rectangle r
)
Protected Overridable Sub DrawData (
g As Graphics,
r As Rectangle
)
Parameters
- g Graphics
- System.Drawing.Graphics.Drawing.Graphics
used to perform the drawing.
- r Rectangle
- System.Drawing.Rectangle.Drawing.Rectangle
which delimits the region where drawing should be performed.