Gets or sets the location of the left-side of a shape that is used to crop an image.
int ShapeLeft {get; set;}
'Declaration
Property ShapeLeft As Integer
'Usage
Dim instance As ICrop
Dim value As Integer
instance.ShapeLeft = value
value = instance.ShapeLeft
Property Value
The left-side of a shape that is used to crop an image.