Pen.Pen Constructors
Pen()
Initializes a new instance of the Pen classSyntax
public Pen ()
Remarks
This creates a one pixel wide, completely transparent Pen that does not use anti-aliasing.
Platforms
Windows, Linux, Android
public Pen ()
This creates a one pixel wide, completely transparent Pen that does not use anti-aliasing.
Windows, Linux, Android
In this article
Initializes a new instance of the Pen class
Name | Description | |
---|---|---|
Public method | Pen() | Initializes a new instance of the Pen class |
Public method | Pen(const Pen& obj) | Initializes a new instance of the Pen class that is a copy the given object. |
public:
Pen ()
This creates a one pixel wide, completely transparent Pen that does not use anti-aliasing.
public:
Pen (
const Pen& obj
)
Windows, Linux, Android
In this article
public Pen ()
This creates a one pixel wide, completely transparent Pen that does not use anti-aliasing.
Windows, Linux, Android
In this article