Pen Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Pen class.
Pen() |
Initializes a new instance of the Pen class. |
Pen(Brush, Double) |
Initializes a new instance of the Pen class with the specified Brush and thickness. |
Initializes a new instance of the Pen class.
public:
Pen();
public Pen();
Public Sub New ()
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
public:
Pen(System::Windows::Media::Brush ^ brush, double thickness);
public Pen(System.Windows.Media.Brush brush, double thickness);
new System.Windows.Media.Pen : System.Windows.Media.Brush * double -> System.Windows.Media.Pen
Public Sub New (brush As Brush, thickness As Double)
Parameters
- brush
- Brush
The Brush for this Pen.
- thickness
- Double
The thickness of the Pen.
Remarks
Thickness is relative to the geometry of the shape associated with this pen.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: