 | Unwrapping2DPathFollowingSetSourcePhaseDimensions Method |
Sets the source dimensions.
Namespace:
LynceeTec.Processing.ComplexProcessing
Assembly:
LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic void SetSourcePhaseDimensions(
int width,
int height
)
public:
void SetSourcePhaseDimensions(
int width,
int height
)
Parameters
- width
- Type: SystemInt32
Width of the source. - height
- Type: SystemInt32
Height of the source.
See Also