Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
this (Window win) | |
bool | CanDrawBitmap () |
bool | CanGetTextExtent () |
int | GetCharWidth () |
int | GetCharHeight () |
int | CharHeight () |
int | CharWidth () |
override void | Clear () |
void | SetFont (Font font) |
void | SetPen (Pen pen) |
void | SetBrush (Brush brush) |
void | SetBackground (Brush brush) |
void | SetLogicalFunction (int func) |
void | SetTextForeground (Colour colour) |
void | SetTextBackground (Colour colour) |
void | SetBackgroundMode (int mode) |
void | SetPalette (Palette palette) |
Size | GetPPI () |
int | GetDepth () |
this | ( | IntPtr | wxobj | ) |
Reimplemented from DC.
Reimplemented in ClientDC, PaintDC, MemoryDC, BufferedDC, and BufferedPaintDC.
this | ( | ) |
Reimplemented in ClientDC, PaintDC, MemoryDC, and BufferedDC.
bool CanDrawBitmap | ( | ) |
bool CanGetTextExtent | ( | ) |
int GetCharWidth | ( | ) |
int GetCharHeight | ( | ) |
int CharHeight | ( | ) |
int CharWidth | ( | ) |
override void Clear | ( | ) |
Reimplemented from DC.
void SetFont | ( | Font | font | ) |
void SetPen | ( | Pen | pen | ) |
void SetBrush | ( | Brush | brush | ) |
void SetBackground | ( | Brush | brush | ) |
void SetLogicalFunction | ( | int | func | ) |
void SetTextForeground | ( | Colour | colour | ) |
void SetTextBackground | ( | Colour | colour | ) |
void SetBackgroundMode | ( | int | mode | ) |
void SetPalette | ( | Palette | palette | ) |
Size GetPPI | ( | ) |
int GetDepth | ( | ) |