ISVGEllipseElement interface

Provides the properties for the ellipse element.

Members

The ISVGEllipseElement interface inherits from the IDispatch interface. ISVGEllipseElement also has these types of members:

  • Properties

Properties

The ISVGEllipseElement interface has these properties.

Property Access type Description

ISVGCircleElement::cx

Read/write

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

ISVGCircleElement::cy

Read/write

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

ISVGEllipseElement::rx

Read/write

Gets or sets the x-axis radius of an ellipse.

ISVGEllipseElement::ry

Read/write

Gets or sets the y-axis radius of an ellipse.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch