cy property

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

 

Syntax

HRESULT value = object.put_cy(ISVGAnimatedLength* v);HRESULT value = object.get_cy(ISVGAnimatedLength** p);

Property values

Type: Object

The y-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.

For an example of how the starting point and direction of an arc (for an ellipse) are affected by a user space transform, see the ISVGEllipseElement::cx topic.