PrimitiveBaseCollectionDraw Method

Draws the items of the collection.

Definition

Namespace: BeeMobile.TransparentControls.Primitives
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public void Draw(
	Graphics gfx,
	Point parentOffset
)

Parameters

gfx  Graphics
The graphics object to draw on.
parentOffset  Point
The offset of the parent container, relative to the upper left corner of the graphics object.

See Also