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

Show in webframe

DrawText(D2DTextLayout,Brush,Rect) Method






The formatted text to draw.
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 formatted text described by the specified D2DTextLayout object.
Syntax
public void DrawText( 
   D2DTextLayout textLayout,
   Brush brush,
   Rect rect
)
'Declaration
 
Public Overloads Sub DrawText( _
   ByVal textLayout As D2DTextLayout, _
   ByVal brush As Brush, _
   ByVal rect As Rect _
) 
'Usage
 
Dim instance As D2DSurface
Dim textLayout As D2DTextLayout
Dim brush As Brush
Dim rect As Rect
 
instance.DrawText(textLayout, brush, rect)

            

            
public:
void DrawText( 
   D2DTextLayout^ textLayout,
   Brush^ brush,
   Rect rect
) 

Parameters

textLayout
The formatted text to draw.
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 is more efficient, When drawing the same text repeatedly.

Requirements

Target Platforms

See Also

Reference

D2DSurface Class
D2DSurface Members
Overload List

Error processing SSI file