Circle Constructors

Overloads

Circle(Single, Single, Single)Initializes a new instance of the Circle class.
Circle(Single, Single, Single, Color)Initializes a new instance of the Circle class.
Circle(Single, Single, Single, Color, Color)Initializes a new instance of the Circle class.
Circle(Single, Single, Single, Color, Color, Single)Initializes a new instance of the Circle class.
Circle(Single, Single, Single, Color, Color, Single, LineStyle)Initializes a new instance of the Circle class.
Circle(Single, Single, Single, Color, Single, LineStyle)Initializes a new instance of the Circle class.
Circle(Single, Single, Single, Single)Initializes a new instance of the Circle class.
Circle(Single, Single, Single, Single, Color, Color, Single, LineStyle)Initializes a new instance of the Circle class.
Circle(Single, Single, Single, Single, LineStyle)Initializes a new instance of the Circle class.

Circle(Single, Single, Single)

Initializes a new instance of the Circle class.

public Circle(float x, float y, float radius)

Parameters

x
Single

X coordinate of the circle.

y
Single

Y coordinate of the circle.

radius
Single

Radius of the circle.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Circle(Single, Single, Single, Color)

Initializes a new instance of the Circle class.

public Circle(float x, float y, float radius, Color borderColor)

Parameters

x
Single

X coordinate of the circle.

y
Single

Y coordinate of the circle.

radius
Single

Radius of the circle.

borderColor
Color

Color of the border of the circle.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Circle(Single, Single, Single, Color, Color)

Initializes a new instance of the Circle class.

public Circle(float x, float y, float radius, Color borderColor, Color fillColor)

Parameters

x
Single

X coordinate of the circle.

y
Single

Y coordinate of the circle.

radius
Single

Radius of the circle.

borderColor
Color

Color of the border of the circle.

fillColor
Color

Fill color of the circle.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Circle(Single, Single, Single, Color, Color, Single)

Initializes a new instance of the Circle class.

public Circle(float x, float y, float radius, Color borderColor, Color fillColor, float borderWidth)

Parameters

x
Single

X coordinate of the circle.

y
Single

Y coordinate of the circle.

radius
Single

Radius of the circle.

borderColor
Color

Color of the border of the circle.

fillColor
Color

Fill color of the circle.

borderWidth
Single

Width of the border of the circle.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Circle(Single, Single, Single, Color, Color, Single, LineStyle)

Initializes a new instance of the Circle class.

public Circle(float x, float y, float radius, Color borderColor, Color fillColor, float borderWidth, LineStyle borderStyle)

Parameters

x
Single

X coordinate of the circle.

y
Single

Y coordinate of the circle.

radius
Single

Radius of the circle.

borderColor
Color

Color of the border of the circle.

fillColor
Color

Fill color of the circle.

borderWidth
Single

Width of the border of the circle.

borderStyle
LineStyle

Style of the border of the circle.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Circle(Single, Single, Single, Color, Single, LineStyle)

Initializes a new instance of the Circle class.

public Circle(float x, float y, float radius, Color borderColor, float borderWidth, LineStyle borderStyle)

Parameters

x
Single

X coordinate of the circle.

y
Single

Y coordinate of the circle.

radius
Single

Radius of the circle.

borderColor
Color

Color of the border of the circle.

borderWidth
Single

Width of the border of the circle.

borderStyle
LineStyle

Style of the border of the circle.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Circle(Single, Single, Single, Single)

Initializes a new instance of the Circle class.

public Circle(float x, float y, float radiusX, float radiusY)

Parameters

x
Single

X coordinate of the circle.

y
Single

Y coordinate of the circle.

radiusX
Single

Horizontal radius of the circle.

radiusY
Single

Vertical radius of the circle.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Circle(Single, Single, Single, Single, Color, Color, Single, LineStyle)

Initializes a new instance of the Circle class.

public Circle(float x, float y, float radiusX, float radiusY, Color borderColor, Color fillColor, float borderWidth, LineStyle borderStyle)

Parameters

x
Single

X coordinate of the circle.

y
Single

Y coordinate of the circle.

radiusX
Single

Horizontal radius of the circle.

radiusY
Single

Vertical radius of the circle.

borderColor
Color

Color of the border of the circle.

fillColor
Color

Fill color of the circle.

borderWidth
Single

Width of the border of the circle.

borderStyle
LineStyle

Style of the border of the circle.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Circle(Single, Single, Single, Single, LineStyle)

Initializes a new instance of the Circle class.

public Circle(float x, float y, float radius, float borderWidth, LineStyle borderStyle)

Parameters

x
Single

X coordinate of the circle.

y
Single

Y coordinate of the circle.

radius
Single

Radius of the circle.

borderWidth
Single

Width of the border of the circle.

borderStyle
LineStyle

Style of the border of the circle.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Circle
ceTe.DynamicPDF.PageElements