AutoLayout.AddCircle

Overloads

AddCircle(Single, [Optional] Boolean, Single?)Adds a Circle to the AutoLayout .
AddCircle(Single, Single, [Optional] Boolean, Single?)Adds a Circle to the AutoLayout .

AddCircle(Single, [Optional] Boolean, Single?)

Adds a Circle to the AutoLayout .

public Circle AddCircle(float radius, [bool newPage = False], [float? topPadding = null])
Function AddCircle(radius As Single, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As Circle

Parameters

radius
Single

Radius of the circle.

newPage
Boolean

Adds the element to the next page if set to true. By default it is false.

topPadding
Single?

Top padding for the element.

Returns

Circle

Returns a Circle object.

Licensing Info

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

AddCircle(Single, Single, [Optional] Boolean, Single?)

Adds a Circle to the AutoLayout .

public Circle AddCircle(float radiusX, float radiusY, [bool newPage = False], [float? topPadding = null])
Function AddCircle(radiusX As Single, radiusY As Single, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As Circle

Parameters

radiusX
Single

Horizontal radius of the circle.

radiusY
Single

Vertical radius of the circle.

newPage
Boolean

Adds the element to the next page if set to true. By default it is false.

topPadding
Single?

Top padding for the element.

Returns

Circle

Returns a Circle object.

Licensing Info

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

See Also

Circle
AutoLayout
ceTe.DynamicPDF.PageElements

In this topic