ImageTaskBaseTTrimBorders(Double) Method
Trims the borders of any color around the current image.
The command is added to the chain and not executed until the actual processing is done.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.3.0
public T TrimBorders(
double sensitivity = 0
)
Public Function TrimBorders (
Optional sensitivity As Double = 0
) As T
- sensitivity Double (Optional)
-
The sensitivity of the crop between 0 and 100.
The higher the value the more color will be cropped.
TThe same instance of this class.