Mono.Terminal.Frame.GetBase C# (CSharp) Méthode

GetBase() public méthode

public GetBase ( int &row, int &col ) : void
row int
col int
Résultat void
        public override void GetBase(out int row, out int col)
        {
            row = 1;
            col = 1;
        }