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