Pen Constructor (Color)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the Pen class with the specified color.

Namespace:  Microsoft.SPOT.Presentation.Media
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Sub New ( _
    color As Color _
)
public Pen(
    Color color
)
public:
Pen(
    Color color
)
new : 
        color:Color -> Pen
public function Pen(
    color : Color
)

Parameters

.NET Framework Security

See Also

Reference

Pen Class

Pen Overload

Microsoft.SPOT.Presentation.Media Namespace