Contents Index Topic Contents | ||
Previous Topic: IHTMLAreaElement::get_alt Next Topic: IHTMLAreaElement::get_hash |
IHTMLAreaElement::get_coords
HRESULT get_coords( BSTR *p );Retrieves the coordinates that define the hot spot's shape.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the coordinates.
See also put_coords
IHTMLAreaElement::put_coords
HRESULT put_coords( BSTR v );Sets the coordinates that define the hot spot's shape.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value containing the coordinates.
See also get_shape
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.