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 coordinate of the circle.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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 coordinate of the circle.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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 coordinate of the circle.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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 coordinate of the circle.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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 coordinate of the circle.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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 coordinate of the circle.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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 coordinate of the circle.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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 coordinate of the circle.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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 coordinate of the circle.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
See Also
CircleceTe.DynamicPDF.PageElements