AdvancedOCR.InputStep.InputStep C# (CSharp) Méthode

InputStep() public méthode

public InputStep ( int width, int height ) : System
width int
height int
Résultat System
        public InputStep(int width, int height)
            : base(width, height, null)
        {
        }