KGy SOFT Drawing Libraries Help
C#
VB
C++
F#
Show/Hide TOC
Pen Constructor
Initializes a new instance of the
Pen
class with a black color and a width of 1.
Definition
Namespace:
KGySoft.Drawing.Shapes
Assembly:
KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
Copy
public
Pen
()
VB
Copy
Public
Sub
New
C++
Copy
public
:
Pen
()
F#
Copy
new
:
unit
->
Pen
See Also
Reference
Pen Class
Pen Overload
KGySoft.Drawing.Shapes Namespace
In This Article
Definition
See Also