PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderPie Class
Members

In This Topic
    RenderPie Class
    In This Topic
    Represents a pie shape (a closed shape consisting of an arc of an ellipse, with lines going from the start and end points of the arc to the ellipse's center) in a C1PrintDocument.
    Object Model
    RenderPie Class
    Syntax
    'Declaration
     
    Public Class RenderPie 
       Inherits RenderEllipse
       Implements IDocumentLocationIStyleOwner 
    public class RenderPie : RenderEllipse, IDocumentLocationIStyleOwner  
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.RenderObject
          C1.C1Preview.RenderShapeBase
             C1.C1Preview.RenderRectangle
                C1.C1Preview.RenderEllipse
                   C1.C1Preview.RenderPie

    See Also