[]
        
(Showing Draft Content)

C1.C1Preview.RenderShapeBase

RenderShapeBase Class

The abstract base class for classes representing geometric shapes (lines, polygons and so on) in a C1PrintDocument.

Inheritance
RenderShapeBase
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public abstract class RenderShapeBase : RenderObject, IStyleOwner, IDocumentLocation

Constructors

Name Description
RenderShapeBase()

Initializes a new instance of the RenderShapeBase class.

Properties

Name Description
Shape

Gets the ShapeProps object describing the geometric shape represented by the current RenderShapeBase object.

Methods

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 source is a RenderShapeBase, also copies RenderShapeBase-specific properties.

DrawShape(Graphics, Rectangle, ShapeParams, PageDrawParams)

For internal use.

See Also