Package Win32::GUI::Pen
Constructor
new Win32::GUI::Pen(COLOR | %OPTIONS)
Creates a new Pen object. Allowed %OPTIONS are:
-style =>
0 PS_SOLID
1 PS_DASH
2 PS_DOT
3 PS_DASHDOT
4 PS_DASHDOTDOT
5 PS_NULL
6 PS_INSIDEFRAME
-width => number
-color => COLOR
Methods
Info()
Returns an associative array of information about the Pen object, with the same options given when creating the Pen.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 35:
You can't have =items (as at line 39) unless the first thing after the =over is an =item
- Around line 61:
You can't have =items (as at line 65) unless the first thing after the =over is an =item