TextAdornerDrawString Method

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

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

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

Parameters

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

Reference