★ wanayoo — archive 1999 http://php.net/manual/es/function.imagepolygon.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Gráficos
Quick Reference
Gráficos
English version of this pageGerman version of this pageJapanese version of this page
Italian version of this pageFrench version of this pageHungarian version of this page
Spanish version of this page
* GetImageSize
* ImageArc
* ImageChar
* ImageCharUp
* ImageColorAllocate
* ImageColorAt
* ImageColorClosest
* ImageColorExact
* ImageColorResolve
* ImageColorSet
* ImageColorsForIndex
* ImageColorsTotal
* ImageColorTransparent
* ImageCopyResized
* ImageCreate
* ImageCreateFromGif
* ImageDashedLine
* ImageDestroy
* ImageFill
* ImageFilledPolygon
* ImageFilledRectangle
* ImageFillToBorder
* ImageFontHeight
* ImageFontWidth
* ImageGif
* ImageInterlace
* ImageLine
* ImageLoadFont
* ImagePolygon
* ImagePSBBox
* ImagePSEncodeFont
* ImagePSFreeFont
* ImagePSLoadFont
* ImagePSText
* ImageRectangle
* ImageSetPixel
* ImageString
* ImageStringUp
* ImageSX
* ImageSY
* ImageTTFBBox
* ImageTTFText

  Thanks to:
 Chek.com
 easyDNS
 VA Linux Systems

  Related sites:
Apache
MySQL
PostgreSQL
Zend Tech.

  Community:
LinuxFund.org
OSDN
Manual: ImagePolygon
View the source code for this pageSearch the site



Previous page
 ImageLoadFont
 Updated
Thu, 14 Sep 2000
ImagePSBBox 
Next page


ImagePolygon

(PHP3 <= 3.0.16, PHP4 )

ImagePolygon -- Dibuja un polígono

Descripción

int imagepolygon (int im, array points, int num_points, int col)

ImagePolygon crea un polígono en la imagen id. points es un array PHP conteniendo los vértices del polígono. de la siguiente forma points[0] = x0, points1 = y0, points[2] = x1, points[3] = y1, etc. num_points es el número total de vértices.

Vea también imagecreate().


User Contributed Notes: ImagePolygon


prahm@hnm.de
12-Jan-2000 12:50
I get an error by trying to paint a polygon with more than 256 points. Any workaround out there?


 About Notes


Previous page
 ImageLoadFont
 Updated
Thu, 14 Sep 2000
ImagePSBBox 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.