AdvancedOCR.StepSnapshot.StepSnapshot C# (CSharp) Method

StepSnapshot() public method

public StepSnapshot ( Step step, int width ) : System
step Step
width int
return System
        public StepSnapshot(Step step, int width)
        {
            this.Step = step;
            OutputSnapshot = new double[step.Output.Length];
            Width = width;
        }

Same methods

StepSnapshot::StepSnapshot ( RectangularStep step ) : System