Base class for all vector and bitmap graphics objects.

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.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

See Also