Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

DrawText(String,D2DFont,Brush,Rect) Method






String to draw.
D2DFont that defines the text format of the string.
Brush that determines the color and texture of the drawn text.
The size and position of the area in which the text is drawn.
Draws the specified text using the format information provided by an D2DFont object.
Syntax
public void DrawText( 
   string text,
   D2DFont font,
   Brush brush,
   Rect rect
)
'Declaration
 
Public Overloads Sub DrawText( _
   ByVal text As String, _
   ByVal font As D2DFont, _
   ByVal brush As Brush, _
   ByVal rect As Rect _
) 
'Usage
 
Dim instance As D2DSurface
Dim text As String
Dim font As D2DFont
Dim brush As Brush
Dim rect As Rect
 
instance.DrawText(text, font, brush, rect)

            

            
public:
void DrawText( 
   String^ text,
   D2DFont^ font,
   Brush^ brush,
   Rect rect
) 

Parameters

text
String to draw.
font
D2DFont that defines the text format of the string.
brush
Brush that determines the color and texture of the drawn text.
rect
The size and position of the area in which the text is drawn.
Remarks

This method draws the specified text using the format information provided by an D2DFont.

Requirements

Target Platforms

See Also

Reference

D2DSurface Class
D2DSurface Members
Overload List

Error processing SSI file