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

Show in webframe

D2DFont Constructor(String,Double)






A System.String that specifies the familyName.
A System.Double value that represents the size of the font.
Initializes a new D2DFont object having the specified familyName and font size.
Syntax
public D2DFont( 
   string familyName,
   double size
)
'Declaration
 
Public Function New( _
   ByVal familyName As String, _
   ByVal size As Double _
)
'Usage
 
Dim familyName As String
Dim size As Double
 
Dim instance As New D2DFont(familyName, size)

            

            
public:
D2DFont( 
   String^ familyName,
   double size
)

Parameters

familyName
A System.String that specifies the familyName.
size
A System.Double value that represents the size of the font.
Remarks

This constructor creates a new instance of D2DFont.

Requirements

Target Platforms

See Also

Reference

D2DFont Class
D2DFont Members
Overload List

Error processing SSI file