IHTMLAreaElement::get_coordsIHTMLAreaElement::get_coords*
*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.

p
Address of a string variable that receives the coordinates.

See also put_coords

Up Top of Page


IHTMLAreaElement::put_coords


HRESULT put_coords(
    BSTR v
);

Sets the coordinates that define the hot spot's shape.

v
String value containing the coordinates.

See also get_shape


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.