===== sector ===== ====Syntax of sector ==== #include void sector(int x, int y, int stangle, int endangle, int xradius, int yradius); ==== Description of sector ==== Draws and fills an elliptical pie slice using (x,y) as the center point, xradius and yradius as the horizontal and vertical radii, respectively, and drawing from stangle to endangle. The pie slice is outlined using the current color, and filled using the pattern and color defined by setfillstyle or setfillpattern. The angles for sector are given in degrees. They are measured counter- clockwise with 0 degrees at 3 o'clock, 90 degrees at 12 o'clock, and so on. If an error occurs while the pie slice is filling, graphresult returns a value of -6 (grNoScanMem). ==== Example of sector ==== /* sector example */ #include ==== See also ==== [[arc]] [[circle]] [[ellipse]] [[getarccoords]] [[getaspectratio]] [[graphresult]] [[pieslice]] [[setfillpattern]] [[setfillstyle]] [[setgraphbufsize]] ===== output of sector example ===== no output of example at the moment do not hesitate and add it...