jdk/src/windows/classes/sun/awt/windows/WPathGraphics.java
changeset 21278 ef8a3a2a72f2
parent 17674 46246fbf98d4
child 21929 48575f27a3cb
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   868      * <code>srcX, srcY, srcWidth, and srcHeight</code>
   868      * <code>srcX, srcY, srcWidth, and srcHeight</code>
   869      * is transformed by the supplied AffineTransform and
   869      * is transformed by the supplied AffineTransform and
   870      * drawn using GDI to the printer context.
   870      * drawn using GDI to the printer context.
   871      *
   871      *
   872      * @param   img     The image to be drawn.
   872      * @param   img     The image to be drawn.
   873      * @param   xform   Used to tranform the image before drawing.
   873      * @param   xform   Used to transform the image before drawing.
   874      *                  This can be null.
   874      *                  This can be null.
   875      * @param   bgcolor This color is drawn where the image has transparent
   875      * @param   bgcolor This color is drawn where the image has transparent
   876      *                  pixels. If this parameter is null then the
   876      *                  pixels. If this parameter is null then the
   877      *                  pixels already in the destination should show
   877      *                  pixels already in the destination should show
   878      *                  through.
   878      *                  through.