
Public Member Functions | |
| this (DC comp) | |
| Constructs a MemoryDC. | |
| this (DC comp, Bitmap b) | |
| Constructs a MemoryDC with a bitmap pre-selected into it. | |
| Bitmap | bitmap () |
| The bitmap selected into this MemoryDC. | |
| Bitmap | bitmap (Bitmap b) |
| The bitmap selected into this MemoryDC. | |
| Rect | wholeBitmap () |
| A rectangle representing the size of the bitmap selected into this DC. | |
| deprecated void | select (Bitmap b) |
| Selects a bitmap into this MemoryDC. | |
| ~this () | |
| smjg.libs.sdwf.dc.MemoryDC.this | ( | DC | comp | ) |
| smjg.libs.sdwf.dc.MemoryDC.this | ( | DC | comp, | |
| Bitmap | b | |||
| ) |
| smjg.libs.sdwf.dc.MemoryDC.~this | ( | ) |
| Bitmap smjg.libs.sdwf.dc.MemoryDC.bitmap | ( | ) |
| Bitmap smjg.libs.sdwf.dc.MemoryDC.bitmap | ( | Bitmap | b | ) |
| Rect smjg.libs.sdwf.dc.MemoryDC.wholeBitmap | ( | ) |
A rectangle representing the size of the bitmap selected into this DC.
| deprecated void smjg.libs.sdwf.dc.MemoryDC.select | ( | Bitmap | b | ) |
Selects a bitmap into this MemoryDC.
| b | the bitmap to select. |
1.5.4