Table of Contents

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 float

The X coordinate where the ellipse will be rendered

y float

The Y coordinate where the ellipse will be rendered

radius float

The circle radius

Properties

Radius

The circle radius

public float Radius { get; set; }

Property Value

float