~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gdkPixbufCopyArea.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
pixbuf formats is done automatically.}
6
6
\usage{gdkPixbufCopyArea(object, src.x, src.y, width, height, dest.pixbuf, dest.x, dest.y)}
7
7
\arguments{
8
 
\item{\verb{object}}{[\verb{\link{GdkPixbuf}}]  Source pixbuf.}
9
 
\item{\verb{src.x}}{[integer]  Source X coordinate within \code{src.pixbuf}.}
10
 
\item{\verb{src.y}}{[integer]  Source Y coordinate within \code{src.pixbuf}.}
11
 
\item{\verb{width}}{[integer]  Width of the area to copy.}
12
 
\item{\verb{height}}{[integer]  Height of the area to copy.}
13
 
\item{\verb{dest.pixbuf}}{[\verb{\link{GdkPixbuf}}]  Destination pixbuf.}
14
 
\item{\verb{dest.x}}{[integer]  X coordinate within \code{dest.pixbuf}.}
15
 
\item{\verb{dest.y}}{[integer]  Y coordinate within \code{dest.pixbuf}.}
 
8
\item{\verb{object}}{Source pixbuf.}
 
9
\item{\verb{src.x}}{Source X coordinate within \code{src.pixbuf}.}
 
10
\item{\verb{src.y}}{Source Y coordinate within \code{src.pixbuf}.}
 
11
\item{\verb{width}}{Width of the area to copy.}
 
12
\item{\verb{height}}{Height of the area to copy.}
 
13
\item{\verb{dest.pixbuf}}{Destination pixbuf.}
 
14
\item{\verb{dest.x}}{X coordinate within \code{dest.pixbuf}.}
 
15
\item{\verb{dest.y}}{Y coordinate within \code{dest.pixbuf}.}
16
16
}
17
17
\details{If the source rectangle overlaps the destination rectangle on the
18
18
same pixbuf, it will be overwritten during the copy operation.
19
 
Therefore, you can not use this function to scroll a pixbuf.  }
 
19
Therefore, you can not use this function to scroll a pixbuf.}
20
20
\author{Derived by RGtkGen from GTK+ documentation}
21
21
\keyword{internal}