Click or drag to resize

DownScalingSetScalingFactor Method

Sets the scaling factor.

Namespace: LynceeTec.Processing.ComplexProcessing
Assembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public void SetScalingFactor(
	float scalingFactor,
	IppiSize srcSize,
	IppiSize* dstSize
)

Parameters

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