Class CircleElement
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
This class represents a circle element that can be added to a PDF document
[ClassInterface(ClassInterfaceType.AutoDual)]
public class CircleElement : EllipseElement
- Inheritance
-
CircleElement
- Inherited Members
Constructors
CircleElement()
Constructs an empty circle
public CircleElement()
CircleElement(float, float, float)
Circle element constructor
public CircleElement(float x, float y, float radius)
Parameters
x
floatThe X coordinate where the ellipse will be rendered
y
floatThe Y coordinate where the ellipse will be rendered
radius
floatThe circle radius
Properties
Radius
The circle radius
public float Radius { get; set; }