In This Topic
Draws the specified text string in the specified rectangle with the specified
Windows.UI.Xaml.Media.Brush and
Font objects using the formatting attributes of the specified
StringFormat object.
Overload List
Overload | Description |
DrawString(String,Font,Color,Rect,Int32,StringFormat) | Draws the specified text string in the specified rectangle with the specified Windows.UI.Xaml.Media.Brush and Font objects using the formatting attributes of the specified StringFormat object. |
DrawString(String,Font,Color,Rect,Int32,StringFormat,Single) | Draws the specified text string in the specified rectangle, with the specified Windows.UI.Xaml.Media.Brush and Font, using the formatting attributes of the specified StringFormat object and specified character width coefficient. |
DrawString(String,Font,Color,Rect,StringFormat) | Draws the specified text string in the specified rectangle with the specified Windows.UI.Xaml.Media.Brush and Font objects using the formatting attributes of the specified StringFormat object. |
DrawString(String,Font,Color,Rect,StringFormat,Single) | Draws the specified text string in the specified rectangle with the specified Windows.UI.Xaml.Media.Brush and Font objects using the formatting attributes of the specified StringFormat object. |
DrawString(String,Font,Color,Rect,Int32) | Draws the specified text string in the specified rectangle with the specified Windows.UI.Xaml.Media.Brush and Font objects using the formatting attributes of the specified StringFormat object. |
DrawString(String,Font,Color,Rect) | Draws the specified text string in the specified rectangle with the specified Windows.UI.Xaml.Media.Brush and Font objects. |
DrawString(String,Font,Color,Point,StringFormat) | Draws the specified text string at the specified point with the specified Windows.UI.Xaml.Media.Brush and Font objects using the formatting attributes of the specified StringFormat object. |
DrawString(String,Font,Color,Point,StringFormat,Single) | Draws the specified text string at the specified point with the specified Windows.UI.Xaml.Media.Brush and Font objects using the formatting attributes of the specified StringFormat object and specified width coefficient of text characters. |
DrawString(String,Font,Color,Point) | Draws the specified text string at the specified point with the specified Windows.UI.Xaml.Media.Brush and Font objects. |
DrawString(String,Font,Color,Point,Single) | Draws the specified text string at the specified point with the specified Windows.UI.Xaml.Media.Brush, Font objects and specified width coefficient of text characters. |
DrawString(TextBlock,Rect) | Draws a string into the specified Windows.Foundation.Rect. |
See Also