Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Crop( _ ByVal left As Integer, _ ByVal top As Integer, _ ByVal right As Integer, _ ByVal bottom As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ImageEditor Dim left As Integer Dim top As Integer Dim right As Integer Dim bottom As Integer instance.Crop(left, top, right, bottom) |
Parameters
- left
- left edge of cropping rectangle
- top
- top edge of cropping rectangle
- right
- right edge of cropping rectangle
- bottom
- bottom edge of cropping rectangle
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family