TextImageOverlayDrawString Method (DrawingContext, String, Point)

CVB.Net Documentation
Draws the given text with a drop shadow to ensure its visibility with the controls default text properties.

Namespace:  Stemmer.Cvb.Wpf.Overlays
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

protected void DrawString(
	DrawingContext drawingContext,
	string text,
	Point location
)

Parameters

drawingContext
Type: System.Windows.MediaDrawingContext
Context to draw on.
text
Type: SystemString
Text to print.
location
Type: System.WindowsPoint
Point where the text is drawn.
See Also

Reference