ISVGRect interface
Provides properties for a rectangle.
Members
The ISVGRect interface inherits from the IDispatch interface. ISVGRect also has these types of members:
Properties
The ISVGRect interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
Gets or sets the height of an element. | |
|
Read/write |
Defines the width of an element. | |
|
Read/write |
Gets or sets the x-coordinate value. | |
|
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 |
|
|
IDL |
|
|
DLL |
|
See also
Show: