Click or drag to resize

DownScalingGetScaledDimensions Method

Gets the size of the resized phase image.

Namespace:  LynceeTec.Processing.ComplexProcessing
Assembly:  LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public void GetScaledDimensions(
	ref int width,
	ref int height
)

Parameters

width
Type: SystemInt32
Returns the width of the resulting image.
height
Type: SystemInt32
Returns the height of the resulting image.
See Also