- Contents
DesignerCOM API
II3IDStep::Left Property
get_Left
Returns the x-coordinate (left) pixel location of this step in the handler document.
IDL Function Prototype
>HRESULT Left(
[out, retval] long * LeftPos
);
C/C++ Syntax
HRESULT get_Left(long * LeftPos);
Parameters
- LeftPos
-
The x-coordinate of this step in pixels.
put_Left
Assigns the x-coordinate (left) pixel location of this step in the handler document.
IDL Function Prototype
>HRESULT Left(
[in] long LeftPos
);
C/C++ Syntax
HRESULT put_Left(long LeftPos);
Parameters
- LeftPos
-
The new x-coordinate of this step in pixels.