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

Show in webframe

SetLayoutSize Method






A System.Windows.FontStyle value that specifies the size of the layout.
Sets the layout size.
Syntax
public void SetLayoutSize( 
   Size size
)
'Declaration
 
Public Sub SetLayoutSize( _
   ByVal size As Size _
) 
'Usage
 
Dim instance As D2DTextLayout
Dim size As Size
 
instance.SetLayoutSize(size)

            

            
public:
void SetLayoutSize( 
   Size size
) 

Parameters

size
A System.Windows.FontStyle value that specifies the size of the layout.
Requirements

Target Platforms

See Also

Reference

D2DTextLayout Class
D2DTextLayout Members

Error processing SSI file