Browse Source

Fixed a documentation typo.

tags/2021-05-28
tpoole 9 years ago
parent
commit
9d08f8fcac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_graphics/contexts/juce_GraphicsContext.h

+ 1
- 1
modules/juce_graphics/contexts/juce_GraphicsContext.h 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.


Loading…
Cancel
Save