★ wanayoo — archive 1999 http://www.php.net/manual/de/function.imagefilledpolygon.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Grafiken
Quick Reference
English version of this pageJapanese version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
Grafiken
* GetImageSize
* ImageArc
* ImageChar
* ImageCharUp
* ImageColorAllocate
* ImageColorAt
* ImageColorClosest
* ImageColorDeAllocate
* ImageColorExact
* ImageColorResolve
* ImageColorSet
* ImageColorsForIndex
* ImageColorsTotal
* ImageColorTransparent
* ImageCopy
* ImageCopyResized
* ImageCreate
* ImageCreateFromGIF
* ImageCreateFromJPEG
* ImageCreateFromPNG
* ImageDashedLine
* ImageDestroy
* ImageFill
* ImageFilledPolygon
* ImageFilledRectangle
* ImageFillToBorder
* ImageFontHeight
* ImageFontWidth
* ImageGammaCorrect
* ImageGIF
* ImageJPEG
* ImagePNG
* ImageInterlace
* ImageLine
* ImageLoadFont
* ImagePolygon
* ImagePSBBox
* ImagePSEncodeFont
* ImagePsExtendFont
* ImagePSFreeFont
* ImagePSLoadFont
* ImagePsSlantFont
* ImagePSText
* ImageRectangle
* ImageSetPixel
* ImageString
* ImageStringUp
* ImageSX
* ImageSY
* ImageTTFBBox
* ImageTTFText
* ImageTypes
Manual: ImageFilledPolygon
View the source code for this pageSearch the site



Previous page
 ImageFill
 Updated
Sat, 12 Aug 2000
ImageFilledRectangle 
Next page


ImageFilledPolygon

(unknown)

ImageFilledPolygon -- Zeichnet ein gefülltes Vieleck (Polygon)

Beschreibung:

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

ImageFilledPolygon() erzeugt ein Vieleck im Bild im, gefüllt mit der Farbe col. Points ist ein PHP-Array, das die Eckpunkte des Vielecks enthält. Points[0] ist die X-Koordinate (x0), points[1] die Y-Koordinate (y0) des ersten Eckunktes. Points[2] ist x1, points[3] = y1 usw. Num_points enthält die Anzahl der Punkte.


User Contributed Notes: ImageFilledPolygon


zik@craze.nu
12-May-2000 05:38
Coordinate pairs with the same y-value may cause filling errors (horizontal lines).


 About Notes


Previous page
 ImageFill
 Updated
Sat, 12 Aug 2000
ImageFilledRectangle 
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.