 | DownScalingGetScaledDimensions Method |
Gets the size of the resized phase image.
Namespace: LynceeTec.Processing.ComplexProcessingAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic void GetScaledDimensions(
ref int width,
ref int height
)
public:
void GetScaledDimensions(
int% width,
int% height
)
Parameters
- width Int32
- Returns the width of the resulting image.
- height Int32
- Returns the height of the resulting image.
See Also