ISolpackPile::Width Property
Retrieves the current width of the pile, in pixels.
Syntax:
HRESULT get_Width(
long *p
);
Parameters:
- p
- Address of a long integer variable that receives the width, 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.
|