SVGCircleElementBuilder.Cx
SVGCircleElementBuilder.Cx method
Sets the ‘cx’ attribute of the SVG ‘circle’ element, specifying the x-coordinate of the center of the circle.
public SVGCircleElementBuilder Cx(double value, LengthType type = LengthType.Px)
| Parameter | Type | Description |
|---|---|---|
| value | Double | The x-coordinate of the circle’s center. |
| type | LengthType | The unit of measurement for the x-coordinate (default is pixels). |
Return Value
The current instance of SVGCircleElementBuilder for method chaining.
See Also
- enum LengthType
- class SVGCircleElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG