Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
Pen Constructor (Color)
Pen Class
See Also
Initializes a new instance of a
Pen
.
Namespace:
C1.Phone.Pdf
Assembly:
C1.Phone.Pdf
(in C1.Phone.Pdf.dll)
Syntax
C#
public
Pen
(
Color
color
)
Visual Basic
Public
Sub
New
( _
color
As
Color
_ )
Parameters
color
Type:
System.Windows.Media
.
.
::
.
.
Color
Color of the lines drawn with this pen.
See Also
Pen Class
Pen Overload
C1.Phone.Pdf Namespace