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

Show in webframe

D2DPen Constructor(Brush,Double)






The Brush used for rendering.
A System.Double value that represents the thickness.
Initializes a new D2DPen having the specified brush and thickness.
Syntax
public D2DPen( 
   Brush brush,
   double thickness
)
'Declaration
 
Public Function New( _
   ByVal brush As Brush, _
   ByVal thickness As Double _
)
'Usage
 
Dim brush As Brush
Dim thickness As Double
 
Dim instance As New D2DPen(brush, thickness)

            

            
public:
D2DPen( 
   Brush^ brush,
   double thickness
)

Parameters

brush
The Brush used for rendering.
thickness
A System.Double value that represents the thickness.
Remarks
Creates a new instance of the D2DPen class.
Requirements

Target Platforms

See Also

Reference

D2DPen Class
D2DPen Members
Overload List

Error processing SSI file