Base class for all vector and bitmap graphics objects.
Namespace: TallComponents.PDF.Layout.ShapesAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0
Syntax
| C# |
|---|
[SerializableAttribute] public abstract class Shape : Object, ICloneable |
| Visual Basic |
|---|
<SerializableAttribute> _ Public MustInherit Class Shape _ Inherits Object _ Implements ICloneable |
Remarks
Shape derived objects are used to draw vector graphics and bitmaps onto a canvas.
The most common canvas is the Drawing paragraph.
Shapes can be nested using the ShapeCollection.
Inheritance Hierarchy
System..::..Object
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Shapes..::..Shape
TallComponents.PDF.Layout.Shapes.Annotations..::..LinkShape
TallComponents.PDF.Layout.Shapes.Annotations..::..NoteShape
TallComponents.PDF.Layout.Shapes..::..ContentShape
TallComponents.PDF.Layout.Shapes.Fields..::..FieldShape
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Shapes..::..Shape
TallComponents.PDF.Layout.Shapes.Annotations..::..LinkShape
TallComponents.PDF.Layout.Shapes.Annotations..::..NoteShape
TallComponents.PDF.Layout.Shapes..::..ContentShape
TallComponents.PDF.Layout.Shapes.Fields..::..FieldShape