HorizontalLineDrawContent Method

Draws the actual primitve.

Definition

Namespace: BeeMobile.TransparentControls.Primitives
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
protected override void DrawContent(
	Graphics graphics,
	Rectangle actualGfxBounds
)

Parameters

graphics  Graphics
The graphics object to draw on.
actualGfxBounds  Rectangle
The actual bounds of the primitve inside the graphics object.

See Also