dformlib ~master (2022-05-10T21:19:32.5161069)
Dub
Repo
Pen
dfl
drawing
Undocumented in source.
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)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Properties
handle
HPEN
handle
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dfl
drawing
classes
Bitmap
Brush
CommonGraphics
EmfGraphics
EnhancedMetaFile
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