D2DTextLayout Constructor

Summary
Initializes a new D2DTextLayout object.
Syntax
C#
C++/CLI
public D2DTextLayout( 
   string text, 
   D2DFont font, 
   Size size 
) 
public: 
D2DTextLayout(  
   String^ text, 
   D2DFont^ font, 
   Size size 
) 

Parameters

text
The text string included in the D2DTextLayout instance.

font
The D2DFont used by the string.

size
A System.Windows.Size structure representing the size of the text layout box.

Remarks

This constructor will create a new instance of D2DTextLayout.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.