-
- @param dc
- The underlying DC: everything drawn to this object will be
- flushed to this DC when this object is destroyed. You may pass @NULL
- in order to just initialize the buffer, and not flush it.
-
- @param area
- The size of the bitmap to be used for buffering (this bitmap is
- created internally when it is not given explicitly).
-
- @param buffer
- Explicitly provided bitmap to be used for buffering: this is
- the most efficient solution as the bitmap doesn't have to be recreated each
- time but it also requires more memory as the bitmap is never freed. The bitmap
- should have appropriate size, anything drawn outside of its bounds is clipped.
-
- @param style
- wxBUFFER_CLIENT_AREA to indicate that just the client area of
- the window is buffered, or wxBUFFER_VIRTUAL_AREA to indicate that the buffer
+
+ @param dc
+ The underlying DC: everything drawn to this object will be
+ flushed to this DC when this object is destroyed. You may pass @NULL
+ in order to just initialize the buffer, and not flush it.
+ @param area
+ The size of the bitmap to be used for buffering (this bitmap is
+ created internally when it is not given explicitly).
+ @param buffer
+ Explicitly provided bitmap to be used for buffering: this is
+ the most efficient solution as the bitmap doesn't have to be recreated each
+ time but it also requires more memory as the bitmap is never freed. The