ISVGPoint interface
Reprsents an (x, y) coordinate pair that represents a point on the screen.
Members
The ISVGPoint interface inherits from the IDispatch interface. ISVGPoint also has these types of members:
Methods
The ISVGPoint interface has these methods.
| Method | Description |
|---|---|
| ISVGPoint::matrixTransform |
Applies the given 2×3 matrix transformation on this SVGPoint object and returns a new, transformed SVGPoint object. |
Properties
The ISVGPoint interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
Gets or sets the x-coordinate value. | |
|
Read/write |
Gets or sets the y-coordinate value. |
Requirements
|
Minimum supported client |
Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: