GeometryClassLibrary.Polygon.ISurface C# (CSharp) Метод

ISurface() приватный Метод

private ISurface ( Shift shift ) : ISurface
shift Shift
Результат ISurface
        ISurface ISurface.Shift(Shift shift)
        {
            return this.Shift(shift);
        }
Polygon