TextPrimitiveDrawContent Method

Draws the Text primitive to the specified Graphics object using specified Color into specified Rectangle.

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
A Graphics to draw to.
actualGfxBounds  Rectangle

See Also