Click or drag to resize

DownScalingSetScalingFactor Method

Sets the scaling factor.

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 void SetScalingFactor(
	float scalingFactor,
	IppiSize srcSize,
	IppiSize* dstSize
)

Parameters

scalingFactor
Type: SystemSingle
The scaling factor.
srcSize
Type: IppiSize
Size of the source.
dstSize
Type: IppiSize*
Size of the destination.
See Also