Share via


cx property

Gets or sets the x-coordinate of the center of a circle or an ellipse.

 

Syntax

HRESULT value = object.put_cx(ISVGAnimatedLength* v);HRESULT value = object.get_cx(ISVGAnimatedLength** p);

Property values

Type: Object

The x-axis coordinate of the center of a circle or an ellipse. If you do not specify this attribute, the effect is the same as if you specify a value of "0".

Standards information

Remarks

The arc of a circle element and the arc of an ellipse element begin at the 3 o'clock point on the associated radius and progress towards the 9 o'clock point. The starting point and direction of the arc are affected by the user space transform in the same manner as the geometry of the element.