DrawText(D2DTextLayout,Brush,Rect) Method

Summary
Draws the formatted text described by the specified D2DTextLayout object.
Syntax
C#
C++/CLI
public void DrawText( 
   D2DTextLayout textLayout, 
   Brush brush, 
   Rect 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

Help Version 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.