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

InputStep() 공개 메소드

public InputStep ( int width, int height ) : System
width int
height int
리턴 System
        public InputStep(int width, int height)
            : base(width, height, null)
        {
        }