Creates new Crop class instance.
Name | Description | |
---|---|---|
Crop() |
Creates new Crop class instance. |
|
Crop(Rectangle) |
Creates new Crop class instance. You are specifying cropping rectangle here. |
|
Crop(RectangleF) |
Creates new Crop class instance. You are specifying cropping rectangle here. |
|
Crop(Rectangle, Color) |
Creates new Crop class instance. You are specifying cropping rectangle and background color here. |
|
Crop(RectangleF, Color) |
Creates new Crop class instance. You are specifying cropping rectangle and background color here. |
|
Crop(Int32, Int32, Int32, Int32) |
Creates new Crop class instance. You are specifying cropping rectangle here. |
|
Crop(Single, Single, Single, Single) |
Creates new Crop class instance. You are specifying cropping rectangle here. |
|
Crop(Int32, Int32, Int32, Int32, Color) |
Creates new Crop class instance. You are specifying cropping rectangle and background color here. |
|
Crop(Single, Single, Single, Single, Color) |
Creates new Crop class instance. You are specifying cropping rectangle and background color here. |