dfl2 v1.0.3 (2014-11-03T16:58:07Z)
Home
Dub
Repo
Pen
dfl
drawing
class
Pen {
this
(HPEN hp, bool owned);
this
(Color color, int width, PenStyle ps);
~this
();
HPEN
handle
[@property getter];
}
Constructors
this
this
(HPEN hp, bool owned)
Undocumented in source.
this
this
(Color color, int width, PenStyle ps)
Destructor
~this
~this
()
Undocumented in source.
Members
Properties
handle
HPEN
handle
[@property getter]
Meta
Source
See Implementation
dfl
drawing
classes
Bitmap
Brush
CommonGraphics
Font
Graphics
HatchBrush
Icon
Image
MemoryGraphics
Pen
Picture
Region
Screen
SolidBrush
SystemColors
SystemIcons
TextFormat
enums
FontSmoothing
FontStyle
GraphicsUnit
HatchStyle
PenStyle
TextAlignment
TextFormatFlags
TextTrimming
structs
Color
Point
Rect
Size