An ellipse drawn using a pen and brush.
Namespace: TallComponents.PDF.Layout.ShapesAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
[SerializableAttribute] public class EllipseShape : PathShape |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class EllipseShape _ Inherits PathShape |
Remarks
The center is determined by the X and Y
properties of base class Shape.
Examples
XML
CopyC#
<shape type="ellipseshape" x="40" y="40" rx="8" ry="8"> <brush type="solidbrush" color="orange"/> <pen color="black" width="1"/> </shape>
Inheritance Hierarchy
System..::..Object
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Shapes..::..Shape
TallComponents.PDF.Layout.Shapes..::..ContentShape
TallComponents.PDF.Layout.Shapes..::..PathShape
TallComponents.PDF.Layout.Shapes..::..EllipseShape
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Shapes..::..Shape
TallComponents.PDF.Layout.Shapes..::..ContentShape
TallComponents.PDF.Layout.Shapes..::..PathShape
TallComponents.PDF.Layout.Shapes..::..EllipseShape