CropLeft Property (IGraphic)
In This Topic
Gets or sets the number of pixels that are cropped off the left of the specified picture.
Syntax
'Declaration
Property CropLeft As Integer
'Usage
Dim instance As IGraphic
Dim value As Integer
instance.CropLeft = value
value = instance.CropLeft
See Also