ISolpackApp::SpacingY Property
Retrieves the recommended vertical space, in pixels, between two piles.
Syntax:
HRESULT get_SpacingY(
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:
Games should use this value when determining where to put pile objects.
If this value changes, Solpack will call the game's
ISolpackGame::RecalcLayout method.
|