Document all parameters of wxImage::Paste()

As long as one parameter of a function is documented, all the other ones
should be documented too, as otherwise Doxygen complains about it not
being the case.
This commit is contained in:
Vadim Zeitlin
2022-03-28 00:17:26 +02:00
parent a406e2a7dc
commit 7a269df2bf

View File

@@ -823,6 +823,12 @@ public:
Takes care of the mask colour and out of bounds problems.
@param image
The image containing the data to copy, must be valid.
@param x
The horizontal position of the position to copy the data to.
@param y
The vertical position of the position to copy the data to.
@param alphaBlend
This parameter (new in wx 3.1.5) determines whether the alpha values
of the original image replace (default) or are composed with the