 | 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
Syntaxpublic void GetScaledDimensions(
ref int width,
ref int height
)
public:
void GetScaledDimensions(
int% width,
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