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.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public T TrimBorders(
	double sensitivity = 0
)

Parameters

sensitivity  Double  (Optional)
The sensitivity of the crop between 0 and 100. The higher the value the more color will be cropped.

Return Value

T
The same instance of this class.

See Also