IncrementLeft Method (IShape)
Moves the specified shape horizontally by the specified number of pixels.
void IncrementLeft(
int
)
'Declaration
Sub IncrementLeft( _
ByVal As Integer _
)
'Usage
Dim instance As IShape
Dim increment As Integer
instance.IncrementLeft(increment)
Parameters
- increment
- Specifies how far the shape is to be moved horizontally, in pixels. A positive value moves the shape to the right; a negative value moves it to the left.