Crops the image using specified rectangle (which is not obligatory totally inside the bitmap).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Crop ( _
x As Single, _
y As Single, _
width As Single, _
height As Single _
)
Type: System.Single
X-coordinate of the cropping rectangle.Type: System.Single
Y-coordinate of the cropping rectangle.Type: System.Single
Width of the cropping rectangle.Type: System.Single
Height of the cropping rectangle.