D2DPen Constructor(Brush,double)

Summary
Initializes a new D2DPen having the specified brush and thickness.
Syntax
C#
VB
C++
public D2DPen( 
   Brush brush, 
   double thickness 
) 
  
Public Function New( _ 
   ByVal brush As Brush, _ 
   ByVal thickness As Double _ 
) 
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

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

Leadtools.Windows.D2DRendering Assembly

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