RenderPie Constructor(Unit,Unit,Single,Single)
 
            
                In This Topic
            
            Initializes a new instance of the 
RenderPie class, assigning the width, height, and start and sweep angles of the pie shape. The location of the shape is set to the location of the current 
RenderPie.
 
            
            
            Syntax
            
        
            Parameters
- width
 
- The width of the ellipse containing the pie shape.
 - height
 
- The height of the ellipse containing the pie shape.
 - startAngle
 
- The angle, in degrees, clockwise from the X axis to the start of the pie's arc.
 - sweepAngle
 
- The angle, measured in degrees, clockwise from  to the end of the pie's arc.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also