ISVGRect interface

Provides properties for a rectangle.

Members

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

  • Properties

Properties

The ISVGRect interface has these properties.

Property Access type Description

ISVGUseElement::height

Read/write

Gets or sets the height of an element.

ISVGUseElement::width

Read/write

Defines the width of an element.

ISVGUseElement::x

Read/write

Gets or sets the x-coordinate value.

ISVGUseElement::y

Read/write

Gets or sets the y-coordinate value.

 

Remarks

Rectangles consist of a (x,y) coordinate that identifies minimum x-coordinate and y-coordinate values, and a width and height. The width and height are typically constrained to be non-negative.>

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