[]
The abstract base class for classes representing geometric shapes (lines, polygons and so on) in a C1PrintDocument.
public abstract class RenderShapeBase : RenderObject, IStyleOwner, IDocumentLocation
Name | Description |
---|---|
RenderShapeBase() | Initializes a new instance of the RenderShapeBase class. |
Name | Description |
---|---|
Shape | Gets the ShapeProps object describing the geometric shape represented by the current RenderShapeBase object. |
Name | Description |
---|---|
AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool) | Assigns (copies) properties from another RenderObject to the current object.
Calls the base AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool) method.
If |
DrawShape(Graphics, Rectangle, ShapeParams, PageDrawParams) | For internal use. |