dgui ~master (2015-01-31T19:15:37Z)
Dub
Repo
GraphicObject
dgui
canvas
Undocumented in source.
abstract
class
GraphicObject : Handle!(HGDIOBJ),
IDisposable
{
protected
bool
_owned
;
this
();
this
(HGDIOBJ hGdiObj, bool owned);
~this
();
static
int
getInfo
(HGDIOBJ hGdiObj, T t);
void
dispose
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(HGDIOBJ hGdiObj, bool owned)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
getInfo
int
getInfo
(HGDIOBJ hGdiObj, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_owned
bool
_owned
;
Undocumented in source.
Inherited Members
From IDisposable
dispose
void
dispose
()
Undocumented in source.
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