ISolpackPile::X Property
Sets or retrieves the x-coordinate of the pile.
Syntax:
HRESULT get_X(
long *p
);
HRESULT put_X(
long v
);
Parameters:
- p
- Address of a long integer variable that receives the pile's x-coordinate, in pixels.
- v
- A long integer value that specifies the pile's new x-coordinate, in pixels.
Return Value:
Returns S_OK if successful, or an error value otherwise.
Remarks:
The x-coordinate is relative to the left edge of the client window.
|