ImageCylinderDrawItem Method

Draws an image using specified Graphics into specified RectangleF.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
protected override void DrawItem(
	Graphics aGraphics,
	RectangleF aRectF,
	int anIndex
)

Parameters

aGraphics  Graphics
A Graphics object used to perform the drawing.
aRectF  RectangleF
A RectangleF object which specifies where the image should be drawn.
anIndex  Int32
The image index.

See Also