Represents a rectangle in a C1PrintDocument. This is also the base class for RenderEllipse and RenderRoundRectangle classes.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class RenderRectangle : RenderShapeBase
Visual Basic
Public Class RenderRectangle _
	Inherits RenderShapeBase

Inheritance Hierarchy

See Also