Retrieves the value of the rectangle's bottom property.
Syntax
HRESULT get_bottom(
    long *p 
);
Parameters
- p
 - Address of a long variable that receives the value of the bottom coordinate of the rectangle. The variable receives NULL if the attribute is not set.
 
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets the value of the rectangle's bottom property.
Syntax
HRESULT put_bottom(
    long v 
);
Parameters
- v
 - Long number that represents the rectangle's bottom coordinate to set.
 
Return Value
Returns S_OK if successful, or an error code otherwise.