ISolpackApp::SpacingX Property
Retrieves the recommended horizontal space, in pixels, between two piles.
Syntax:
HRESULT get_SpacingX(
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:
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.
|