[]
        
(Showing Draft Content)

C1.Document.ShapeBase

ShapeBase Class

Abstract base class for shapes rendered by report fields. See ShapeType.

Namespace: C1.Document
Assembly: C1.Document.dll
Syntax
public abstract class ShapeBase : INotifyPropertyChanged, ICloneable

Constructors

Name Description
ShapeBase()

Properties

Name Description
ShapeType

Gets the type of the current shape.

Methods

Name Description
AssignFrom(ShapeBase)

Assigns (copies) properties from another ShapeBase to the current object.

Clone()

Creates a copy of the current ShapeBase object.

CreateShape(ShapeType)

Creates ShapeBase-derived object appropriate specified ShapeType.

OnPropertyChanged(string)

Fires PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when a property value changes.