Click or drag to resize

DownScalingSetSourceDimensions Method

Sets the source dimensions.

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

Parameters

srcSize  IppiSize
Size of the source.
dstSize  IppiSize*
Size of the destination.
See Also