1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00

Fixed a documentation typo.

This commit is contained in:
tpoole 2016-10-13 15:11:33 +01:00
parent 4a6473afa0
commit 9d08f8fcac

View file

@ -545,7 +545,7 @@ public:
/** Draws an image to fit within a designated rectangle.
@param imageToDraw the source image to draw
@param destArea the target rectangle to fit it into
@param targetArea the target rectangle to fit it into
@param placementWithinTarget this specifies how the image should be positioned
within the target rectangle - see the RectanglePlacement
class for more details about this.