Click or drag to resize

DownScaling Constructor (Int32, Int32, Single)

Initializes a new instance of the DownScaling class

Namespace:  LynceeTec.Processing.ComplexProcessing
Assembly:  LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.6.0 6_6_dev_win7 eedf306, built 2018-03-20 10:08:02 UTC
Syntax
public DownScaling(
	int width,
	int height,
	float scalingFactor
)

Parameters

width
Type: SystemInt32
The width of the image.The width of the image.
height
Type: SystemInt32
The height of the image.The height of the image.
scalingFactor
Type: SystemSingle
The scaling factor to be applied.The scaling factor to be applied.
See Also