Fix some grammatical errors
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
Otherwise, wxBufferedDC can be used in the same way as any other device
|
Otherwise, wxBufferedDC can be used in the same way as any other device
|
||||||
context.
|
context.
|
||||||
|
|
||||||
There is another possible use for wxBufferedDC is to use it to maintain a
|
Another possible use for wxBufferedDC is to use it to maintain a
|
||||||
backing store for the window contents. In this case, the associated @e DC
|
backing store for the window contents. In this case, the associated @e DC
|
||||||
may be @NULL but a valid backing store bitmap should be specified.
|
may be @NULL but a valid backing store bitmap should be specified.
|
||||||
|
|
||||||
|
@@ -953,9 +953,8 @@ public:
|
|||||||
than @a threshold are replaced with the mask colour and the alpha
|
than @a threshold are replaced with the mask colour and the alpha
|
||||||
channel is removed. Otherwise nothing is done.
|
channel is removed. Otherwise nothing is done.
|
||||||
|
|
||||||
The mask colour is chosen automatically using
|
The mask colour is chosen automatically using FindFirstUnusedColour(),
|
||||||
FindFirstUnusedColour() by this function, see the overload below if you
|
see the overload below if this is not appropriate.
|
||||||
this is not appropriate.
|
|
||||||
|
|
||||||
@return Returns @true on success, @false on error.
|
@return Returns @true on success, @false on error.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user