ISVGCircleElement interface

Provides the properties for the circle element.

Members

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

  • Properties

Properties

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

ISVGCircleElement::r

Read/write

Gets or sets the radius of a circle.

 

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