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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly