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)
        {
        }