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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user