This topic has not yet been rated - Rate this topic

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

The ISVGEllipseElement interface has these properties.

PropertyAccess typeDescription

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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.