File: cairoPatternGetRadialCircles.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (22 lines) | stat: -rw-r--r-- 1,329 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\alias{cairoPatternGetRadialCircles}
\name{cairoPatternGetRadialCircles}
\title{cairoPatternGetRadialCircles}
\description{Gets the gradient endpoint circles for a radial gradient, each
specified as a center coordinate and a radius.}
\usage{cairoPatternGetRadialCircles(pattern)}
\arguments{\item{\verb{pattern}}{[\code{\link{CairoPattern}}]  a \code{\link{CairoPattern}}}}
\details{  Since 1.4}
\value{
A list containing the following elements:
\item{retval}{[\code{\link{CairoStatus}}] \code{CAIRO_STATUS_SUCCESS}, or
\code{CAIRO_STATUS_PATTERN_TYPE_MISMATCH} if \code{pattern} is not a radial
gradient pattern.}
\item{\verb{x0}}{[numeric]  return value for the x coordinate of the center of the first circle, or \code{NULL}}
\item{\verb{y0}}{[numeric]  return value for the y coordinate of the center of the first circle, or \code{NULL}}
\item{\verb{r0}}{[numeric]  return value for the radius of the first circle, or \code{NULL}}
\item{\verb{x1}}{[numeric]  return value for the x coordinate of the center of the second circle, or \code{NULL}}
\item{\verb{y1}}{[numeric]  return value for the y coordinate of the center of the second circle, or \code{NULL}}
\item{\verb{r1}}{[numeric]  return value for the radius of the second circle, or \code{NULL}}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}