ISolpackPile::Height Property
Retrieves the current height of the pile, in pixels.
Syntax:
HRESULT get_Height(
long *p
);
Parameters:
- p
- Address of a long integer variable that receives the height, in pixels.
Return Value:
Returns S_OK if successful, or an error value otherwise.
Remarks:
The dimensions of a pile are dependant on the type of pile and how many cards it contains.
|