GeometryClassLibrary.Polygon.ISurface C# (CSharp) Method

ISurface() private method

private ISurface ( Shift shift ) : ISurface
shift Shift
return ISurface
        ISurface ISurface.Shift(Shift shift)
        {
            return this.Shift(shift);
        }
Polygon