SVGCircleElementBuilder.R

SVGCircleElementBuilder.R method

Sets the ‘r’ attribute of the SVG ‘circle’ element, specifying the radius of the circle.

public SVGCircleElementBuilder R(double value, LengthType type = LengthType.Px)
ParameterTypeDescription
valueDoubleThe radius of the circle.
typeLengthTypeThe unit of measurement for the radius (default is pixels).

Return Value

The current instance of SVGCircleElementBuilder for method chaining.

See Also