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)
Public Sub New (x As Single, y As Single, radius As Single)

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)
Public Sub New (x As Single, y As Single, radius As Single, borderColor As Color)

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)
Public Sub New (x As Single, y As Single, radius As Single, borderColor As Color, fillColor As Color)

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)
Public Sub New (x As Single, y As Single, radius As Single, borderColor As Color, fillColor As Color, borderWidth As Single)

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)
Public Sub New (x As Single, y As Single, radius As Single, borderColor As Color, fillColor As Color, borderWidth As Single, borderStyle As LineStyle)

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)
Public Sub New (x As Single, y As Single, radius As Single, borderColor As Color, borderWidth As Single, borderStyle As LineStyle)

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)
Public Sub New (x As Single, y As Single, radiusX As Single, radiusY As Single)

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)
Public Sub New (x As Single, y As Single, radiusX As Single, radiusY As Single, borderColor As Color, fillColor As Color, borderWidth As Single, borderStyle As LineStyle)

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)
Public Sub New (x As Single, y As Single, radius As Single, borderWidth As Single, borderStyle As LineStyle)

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

In this topic