mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Improve reference docs for PIL.ImageDraw.Draw.pieslice()
This commit is contained in:
		
							parent
							
								
									d25a8d7e96
								
							
						
					
					
						commit
						967d39d1d6
					
				| 
						 | 
				
			
			@ -184,8 +184,11 @@ Methods
 | 
			
		|||
 | 
			
		||||
    :param xy: Four points to define the bounding box. Sequence of
 | 
			
		||||
            ``[(x0, y0), (x1, y1)]`` or ``[x0, y0, x1, y1]``.
 | 
			
		||||
    :param outline: Color to use for the outline.
 | 
			
		||||
    :param start: Starting angle, in degrees. Angles are measured from
 | 
			
		||||
            3 o'clock, increasing clockwise.
 | 
			
		||||
    :param end: Ending angle, in degrees.
 | 
			
		||||
    :param fill: Color to use for the fill.
 | 
			
		||||
    :param outline: Color to use for the outline.
 | 
			
		||||
 | 
			
		||||
.. py:method:: PIL.ImageDraw.Draw.point(xy, fill=None)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user