Click or drag to resize
BitmapExtrasRemoveExcessWhitespace Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Bitmap RemoveExcessWhitespace(
	Bitmap b,
	bool keepPureWhite = true,
	int padx = 0,
	int pady = 0
)

Parameters

b
Type: System.DrawingBitmap
keepPureWhite (Optional)
Type: SystemBoolean
padx (Optional)
Type: SystemInt32
pady (Optional)
Type: SystemInt32

Return Value

Type: Bitmap
See Also