qte5 ~master (2021-10-23T14:27:37.2235505)
Dub
Repo
SolidBrush
dgui
canvas
Undocumented in source.
class
SolidBrush :
Brush
{
this
(HBRUSH hBrush, bool owned);
this
(Color color);
Color
color
[@property getter];
static
SolidBrush
fromHBRUSH
(HBRUSH hBrush, bool owned);
}
Constructors
this
this
(HBRUSH hBrush, bool owned)
Undocumented in source.
this
this
(Color color)
Undocumented in source.
Members
Properties
color
Color
color
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromHBRUSH
SolidBrush
fromHBRUSH
(HBRUSH hBrush, bool owned)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dgui
canvas
classes
Bitmap
Brush
Canvas
Cursor
Font
GraphicObject
HatchBrush
Icon
Image
PatternBrush
Pen
Screen
SolidBrush
SystemBrushes
SystemColors
SystemCursors
SystemFonts
SystemIcons
SystemPens
TextFormat
enums
BitmapCopyMode
EdgeMode
EdgeType
FontStyle
FrameMode
FrameType
GradientFillRectMode
HatchStyle
ImageType
PenStyle
TextAlignment
TextFormatFlags
TextTrimming
structs
BitmapBit
BitmapData
Color
FontMetrics