
Public Member Functions | |
| this (RGBColour colour, int width=0, PS style=PS.SOLID) | |
| Creates a pen. | |
| this (PEN stockPen) | |
| Creates a Pen wrapper around the specified stock pen. | |
| this (HPEN h, bool autoDelete=false) | |
| Constructs a Pen wrapper around a pre-existing Windows pen object. | |
| smjg.libs.sdwf.gdiobject.Pen.this | ( | RGBColour | colour, | |
| int | width = 0, |
|||
| PS | style = PS.SOLID | |||
| ) |
| smjg.libs.sdwf.gdiobject.Pen.this | ( | PEN | stockPen | ) |
Creates a Pen wrapper around the specified stock pen.
| stockPen | value identifying the stock pen to be obtained. |
| smjg.libs.sdwf.gdiobject.Pen.this | ( | HPEN | h, | |
| bool | autoDelete = false | |||
| ) |
Constructs a Pen wrapper around a pre-existing Windows pen object.
| h | handle of the pen to wrap. | |
| autoDelete | (since 0.5) whether the Windows handle should be automatically deleted when the SDWF object is garbage collected. |
1.5.4