CylinderDrawData Method

Draws the data of 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 DrawData(
	Graphics g,
	Rectangle r
)

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.

See Also