AdvancedOCR.StepSnapshot.StepSnapshot C# (CSharp) 메소드

StepSnapshot() 공개 메소드

public StepSnapshot ( Step step, int width ) : System
step Step
width int
리턴 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