Updated wxDC and wxGraphicsContext documentation

This commit is contained in:
Artur Wieczorek
2016-07-15 21:03:56 +02:00
parent 6c3e7e9e9b
commit 2821d68a73
2 changed files with 208 additions and 144 deletions

View File

@@ -757,6 +757,9 @@ public:
Gets the rectangle surrounding the current clipping region.
If no clipping region is set this function returns the extent
of the device context.
@remarks
Clipping region is given in logical coordinates.
*/
void GetClippingBox(wxCoord *x, wxCoord *y, wxCoord *width, wxCoord *height) const;
@@ -770,6 +773,8 @@ public:
window redraws when only a known area of the screen is damaged.
@remarks
- Clipping region should be given in logical coordinates.
- Calling this function can only make the clipping region smaller,
never larger.